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. 【深度学习框架-caffe】caffe中使用到的layer

    https://www.jianshu.com/p/f6f49f6bcea6 https://github.com/BVLC/caffe/tree/master/include/caffe/layer ...

  2. vue-cli3.0和element-ui及axios的安装使用

    一.利用vue-cli3快速搭建vue项目 Vue CLI 是一个基于 Vue.js 进行快速开发的完整系统.有三个组件: CLI:@vue/cli 全局安装的 npm 包,提供了终端里的vue命令( ...

  3. 小程序JS框架

  4. 三、部署DNS

    通常情况下配置好域后,DNS会默认安装好,但有时候这个DNS只能解析域控的域名,不能解析其他域名,比如baidu.com之类的.此时需要配置转发器,把不能解析的域名转到其他DNS配置如下: 打开DNS ...

  5. [HTTPS] - 请求API失败(Could not create SSL/TLS secure channel)之解决

    背景 在单元测试中请求 HTTPS API 失败. 异常 Result StackTrace:  at System.Web.Services.Protocols.WebClientProtocol. ...

  6. STM32之外部中断

    图1.0 图1.1 中断控制器支持23条中断线,其中16条是IO管脚中断线,分别是EXTI0~EXTI15:  图 1.2 另外七根中断线如下图: 中断线和管脚的对应关系:EXTI0~EXTI15 和 ...

  7. 第1章:LeetCode--基础部分

    LeetCode刷题指导(不能只实现功能就行需要尽量写最优解): 不可能刷遍所有题,只能通过刷题来恢复写代码的功力,熟悉常用算法(暴力算法.冒泡排序/快速排序.strStr KMP算法.二叉树遍历DF ...

  8. dede5.7-修改自定义表单

    最近刚好帮客户做一个网站,需要用到dede的自定义表单功能.可是有个这样的需求,就是当表单提交成功后,要返回一个自定义页面的提示功能!可能是觉得dede自带的提示太low的原因吧!(一不小心又黑了下)

  9. Python基础 — 八种数据类型

    Python 3.x 的八种数据类型 八种数据类型分别是: number(数字).string(字符串).Boolean(布尔值).None(空值) list(列表).tuple(元组).dict(字 ...

  10. c++实现双端队列

    在使用c++容器的时候其底层如何实现  例如  vector 容器  :是一个内存可以二倍扩容的向量容器,使用方便但是对内存要求严格,弊端明显    list  容器  : 双向循环链表    deq ...