First of all, song form is an indepentent concept from the boxes, boxes simply describe the way the ideas move.

But when we create a song, we generally create it in sections. And it's been convenient over the decades, over the centuries, to come up with names for the various segments, that various sections, that you divide a song into.And those sections are generally put together in terms of what job they have to do. What  is the function of the various sections? And so, we have this section called verse.

Verse:Delivers the basic informations of your song.

The basic job of the verse is to give us the fundamental story or the fundemental feeling, this sort of platform that the song evolves from. So that the function of the verses is to just give the basic informations, and then we have this chorus idea.

Chorus:States the central idea of the song,moves to a different level and summarizes and/or comments on the information delivered by the verses.

The chorus is the thing, when there are choruses in a song, that you'll repeat, over and over again. And because you're repeating it, twice, three times, it's important that chorus be able to grow. That chorus state the central idea of your song, and that it be able to take on whatever information your verses are giving it. The chorus doesn't typically advance the plot. The chorus doesn't typically change its words.It is a reiteration of the central idea of the song as we move forward, so that's verse,that's chorus.

Bridge:Connects song sections, also moves to a different level of information than the other sections.

And then we have this thing called a bridge, and the bridge again, moves to a different level of reality. Nobody lives on the bridge, the bridges job is to take you from Brooklyn to Manhattan, or from Manhattan to Brooklyn. People may live under the bridge, but they don't live on the bridge. So that the bridge is something that moves you from landmass to another, so it also happens on a different level of reality.

Pre-chorus:Links between verse and chorus.

And, by the way, this pre-chorus, is actually just a little bridge that goes from verse to chorus, and we'll see some examples of that.

I will refer you to some examples of that, but that's basically what happens inside the boxes as you start putting the sections of your song together. And the sections fit inside the boxes, and again, it's a very flexible thing. That is to say, any, the first box could easily contain simply one verse and one chorus, second box, one verse and one chorus, and that may be the entire song. If you have a third box, maybe now you're going to switch-up and have bridge, chorus, so that you'll enter the chorus from a different angle.

So that's very quick and easy song form.

Song Form的更多相关文章

  1. form表单验证-Javascript

    Form表单验证: js基础考试内容,form表单验证,正则表达式,blur事件,自动获取数组,以及css布局样式,动态清除等.完整代码如下: <!DOCTYPE html PUBLIC &qu ...

  2. Form 表单提交参数

    今天因为要额外提交参数数组性的参数给form传到后台而苦恼了半天,结果发现,只需要在form表单对应的字段html空间中定义name = 后台参数名 的属性就ok了. 后台本来是只有模型参数的,但是后 ...

  3. s:form标签

    2017-01-07 17:43:18 基本的用法 <!-- Action类必须有一个无参的构造器,因为在执行action方法之前,拦截器已经创建了一个"空"的Action对 ...

  4. ASP.NET Aries JSAPI 文档说明:AR.Form、AR.Combobox

    AR.Form 文档 1:对象或属性: 名称 类型 说明 data 属性 编辑页根据主键请求回来的数据 method 属性 用于获取数据的函数指向,默认值Get objName 属性 用于拦截form ...

  5. form表单 ----在路上(15)

    form 表单就是将用户的信息提交到服务器,服务器会将信息存储活着根据信息查询数据进行增删改查,再将其返回给用户. 基本格式: <form action="" method ...

  6. 了解HTML表单之form元素

    前面的话 表单是网页与用户的交互工具,由一个<form>元素作为容器构成,封装其他任何数量的表单控件,还有其他任何<body>元素里可用的标签 表单能够包含<input& ...

  7. form表单的字符串进行utf-8编码

    <form>表单有assept-charset属性.该属性规定字符的编码方式,默认是"unknown",与文档的字符集相同. 该属性除了Internet explore ...

  8. js Form.elements[i]的使用实例

    function pdf(){    //一个html里面可能存在多个form,所以document.form[0]指的是第一个form,document.form[1]返回就是第二个form,如果没 ...

  9. PHP跨域form提交

    因为安全性因素,直接跨域访问是不被允许的. 1.PHP CURL方式 function curlPost($url,$params) { $postData = ''; foreach($params ...

  10. C#模拟HTTP Form请求上传文件

    using System; using System.Collections.Generic; using System.Text; using System.Net; using System.IO ...

随机推荐

  1. NETTY option参数

    Channel配置参数 (1).通用参数 CONNECT_TIMEOUT_MILLIS :   Netty参数,连接超时毫秒数,默认值30000毫秒即30秒. MAX_MESSAGES_PER_REA ...

  2. unsupported media type 415

    jquery  ajax请求报错解决方案: 两点: data: JSON.stringify(obj), contentType:"application/json", 完整pos ...

  3. 6.2.3 reginst中的yzm

    @RequestMapping("/reginst/{yzm}") public Object reginst(User user,@PathVariable String yzm ...

  4. 035 Android 广播(BroadCastReceiver)

    1.介绍 2.实现方法 3.注册广播 (1)静态广播 在AndroidManifest.xml文件中注册广播 <intent-filter>为过滤器 <receiver androi ...

  5. dotnet Core学习之旅(三):创建项目

    [重要:文中所有外链不能确保永久有效]>创建解决方案 在VSCode上,可以使用来自开源力量的vscode扩展vscode-solution-explorer来增强VSCode对.NET项目的支 ...

  6. h5开发微信公众号重定向到关注页面没有关注按钮 (微信你个坑)

    搜索微信公众号是这样的 微信公众号重定向到关注页面没有关注按钮 如何微信公众号重定向到关注页面没有关注按钮,请看上篇笔记 无解,微信一直在封这种通过链接跳转到公众号关注页面的方法.只有放个二维码提示长 ...

  7. idea的项目结构

    idea项目结构: 一般是创建一个empty project,然后再创建一个个的Module.

  8. JVM内存管理(一)--GC简介

    GC策略解决了哪些问题?  既然是要进行自动GC,那必然会有相应的策略,而这些策略解决了哪些问题呢,粗略的来说,主要有以下几点.         1.哪些对象可以被回收.         2.何时回收 ...

  9. FTP搭建注意事项

    正常的FTP搭建步骤很简单,随便网搜一篇文章就出来了 下面提出一个网址可供学习 https://blog.csdn.net/m0_38044299/article/details/81627607 但 ...

  10. winfrom 集成krpano 项目 添加折线

    C#.NET WinFrom开发之嵌入Google浏览器 (CefSharp) 引入静态页面 CefWebBrowser = new ChromiumWebBrowser("http://& ...