Hi,
In the attached example, I would like the 8th rest symbol at the same level
as the 8th notes. See the right side of the attached image.
How can I obtain this?
-- Johan
\version "2.19.59"
\header {
title = "Largo"
tagline = ##f
}
global = {
\key d \major
\time 4/4
}
upper = \relative c' {
\global
fis1 |
}
lower = \relative c' {
\global
r8 b cis b cis b cis b |
}
bass = \relative c {
\global
b1 |
}
\score {
\new Staff \with {
midiInstrument = "acoustic guitar (nylon)"
instrumentName = "Gt."
}
{
\clef "treble_8"
<<
{ \voiceOne \upper } \\
{ \voiceThree \lower } \\
{ \voiceTwo \bass }
>>
}
\layout { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user