lilypond-user
[Top][All Lists]
Advanced

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

Re: 'hideNotes' from midi or align lyrics differently


From: Wilbert Berendsen
Subject: Re: 'hideNotes' from midi or align lyrics differently
Date: Sun, 17 Jul 2011 12:24:54 +0200

Op Sat, 16 Jul 2011 09:43:35 -0700
Jay Anderson <address@hidden> schreef:

> - Is there a way to use \set associatedVoice "bass" at the beginning?

Put it in the \with { } block:

\new Lyrics \with {
  associatedVoice = "bass"
} \lyricmode { bla bla bla }

Or use the lyricsto construction:

\new Lyrics \lyricsto "bass" { bla bla bla }

To make MIDI differ from printed output the best solution might be to
create a separate \score { } for the midi output:

\score {
  ....music....
}

\score {
  ...music for the MIDI which will mainly use the same variables ...
  \midi { }
}

-- 
Wilbert Berendsen
(http://www.wilbertberendsen.nl)




reply via email to

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