Re: visual structure vs musical structure

2016-04-09 Thread Gianmaria Lari
Thank you Andrew and David that's exactly what I need. And thank you to Mike; I wanted to ask if there is any way to add annnotation and fingering and you're link answers perfectly to my question :) Best regards, g. On Sat, Apr 9, 2016 at 8:42 AM, Mike Solomon wrote: > >

Re: visual structure vs musical structure

2016-04-09 Thread Mike Solomon
> On Apr 9, 2016, at 2:34 AM, Gianmaria Lari wrote: > > I have a music score like this: > > a a a a > b b b b > c c c c > r1 > a a a a > b b b b > c c c c > > > > Then it would be nice to create a variable > > fragment = > { > a a a a > b b b b > c c c c > } > >

Re: visual structure vs musical structure

2016-04-08 Thread David Wright
On Sat 09 Apr 2016 at 02:34:22 (+0200), Gianmaria Lari wrote: > How I should structure the lilypond source code in this case where the > visual structure and the musical structure does not match? For the music > structure I would like to create the variable fragment, but for the visual >

Re: visual structure vs musical structure

2016-04-08 Thread Andrew Bernard
Hi Gianmaria, You can introduce a parallel voice to just hold the line breaks and page breaks. It will consist entirely of spacer rests followed by breaks at the appropriate locations. This is common practice. Andrew ___ lilypond-user mailing list

visual structure vs musical structure

2016-04-08 Thread Gianmaria Lari
I have a music score like this: a a a a b b b b c c c c r1 a a a a b b b b c c c c Then it would be nice to create a variable fragment = { a a a a b b b b c c c c } and write the score in the following way: \fragment r1 \fragment This is perfect but sometimes I need to format the