lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

making parts : specific number of measures per line?


From: Molly Preston
Subject: making parts : specific number of measures per line?
Date: Sun, 6 Aug 2017 11:36:50 -0400


Hi again everyone,
I am trying the following for making 6 measures per line in the flute part.

layoutContent = {

     s1 *6 \break 
}

\score { 
\new Staff <<
   \new Voice { 
\fluteMusic

    \new Voice  { 
\repeat unfold 20 { \layoutContent } 
   } 
>>

}

If i use the repeat unfold command I get an error that states

warning: forced break was overridden by some other event, should you be using bar checks?



What events override a forced break?


-Molly


reply via email to

[Prev in Thread] Current Thread [Next in Thread]