>> What I imagine is a possibility to specify `front matter' and
>> `back matter' that gets processed but not displayed, for example
>>
>>    \relative c' {
>>      \frontmatter { f4( }
>>      g a b c
>>      \backmatter { d) }
>>    }
>>
>> which should be handled as
>>
>>    \relative c' {
>>      \partial 4 f4( \break
>>      g a b c \break
>>      d)
>>    }
>>
>> with the first and third line thrown away.
> 
> A truly ugly hack: [...]

Thanks!  However, this is nothing what I could use, since it misses
the line breaks necessary to ensure that slurs and ties don't stick
out into the margins.


    Werner

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to