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. 【pip升级导致错误】 多个pip导致明明已经安装了包但是报no module错误

    原来一直用apt install 默认安装的pip 8.01版本,今天因为一些原因,将pip升级到了19.01.升级后就导致了错误. 直接pip installl --upgrade pip,发现报权 ...

  2. mysql遇见Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggre的问题

    问题出现的原因: MySQL 5.7.5及以上功能依赖检测功能.如果启用了ONLY_FULL_GROUP_BY SQL模式(默认情况下),MySQL将拒绝选择列表,HAVING条件或ORDER BY列 ...

  3. js 延迟函数

    1.对于 setTimeout函数 普通函数: 100ms后执行时,this指向window对象. function foo(){ setTimeout(function(){ console.log ...

  4. Charles 抓包配置

    本文参考:charles 抓包配置 proxy setting (代理设置) 设置的主界面如下: 动态端口 启用动态端口选项来监听动态端口,每次查询启动时选择.这样可以避免与计算机上可能运行的其他网络 ...

  5. C/C++ 多线程(程序猿面试重点)CodeBlocks-CB的pthreads使用

    C++ 多线程 本文主要讲一下C++多线程 线程好处 ·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·程序的运行速度可能加快 可以释放一些珍贵的资源如内存占用等等. 但是多线程是为了同步完成 ...

  6. ubuntu 18.04 安装搜狗输入法

    安装 fcitxsudo apt install fcitx 配置输入法打开fcitx配置界面,点击桌面左下角的菜单,弹出如下桌面: 点击: “Input Method”,进入设置界面 点击 “OK” ...

  7. mysql 报错ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2)

    ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ ( ...

  8. SpringBoot集成ActiveMq消息队列实现即时和延迟处理

    原文链接:https://blog.csdn.net/My_harbor/article/details/81328727 一.安装ActiveMq 具体安装步骤:自己谷歌去 二.新建springbo ...

  9. code and dataset resources of computer vision

    From:http://rogerioferis.com/VisualRecognitionAndSearch2014/Resources.html Source Code Non-exhaustiv ...

  10. IDEA 的操作与使用

    idea 设置syso File –> Setting –> Editor –> Live Templates debug 调试: F7 在 Debug 模式下,进入下一步,如果当前 ...