Martin Tarenskeen <m.tarenskeen <at> zonnet.nl> writes:

> Does this mean I have to use two \score sections. One for \midi and onBe 
> {} for \layout {} like this? :
> 
> \score { \new Staff { \transpose c' c { \guitarMusic} } \midi {} }
> \score { \new Staff { \guitarMusic } \layout {} }
> 
> I was hopening for an easier way, but this isn't that difficult either.

This is often a good idea since it enables you to adapt the midi in other
ways... for instance:

\score { \new Staff { \transpose c' c { \unfoldRepeats \guitarMusic} } \midi {} 
}
\score { \new Staff { \guitarMusic } \layout {} }

Roman



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to