noteflakes / lydown

A language for music notation
http://ciconia.github.io/lydown
MIT License
24 stars 0 forks source link

Full bar silences #39

Closed noteflakes closed 8 years ago

noteflakes commented 9 years ago

In order to faciliate the implementation of global contexts (#37), with or without measure number indicators (#38), lydown should support full bar silences, similar to full bar rests. The syntax is as follows:

S // a single full bar silence
S*20 // full bar silence for 20 meaures

This should be converted into the following valid lilypond code:

s1 // assuming 4/4 time
S1*20