Try adding a grace spacer in the melody at the moment of the acciaccaturas in the piano:
\new Voice \relative c' { \global \grace s8 g'2. | } Am 28.05.2024 um 08:43 schrieb Robert Garrigos:
Could someone tell me what I am doing wrong with this lieder set? When using acciaccatura in the beginning, I’m getting wrong ouput: this code: global = { \key g \major \time 3/4 } \score { << \new Voice \relative c' { \global g'2. } \new Lyrics \lyricmode{ a } \new PianoStaff << \new Staff \relative c' { \global % | \override Flag.stroke-style = #"grace" cs8( <d) b g>2. % | <d b g>2. | \acciaccatura cs8 <d b g>2. } \new Staff \relative c' { \global % | \override Flag.stroke-style = #"grace" cs8( <d) b g>2. % | <d b g>2. | \acciaccatura cs8 <d b g>2. } >> >> } gives me: whenever I take the acciaccatura out or substitute it with the \override Flag.stroke-style = #”grace”, the output is ok. Also, deleting the voice and lyric lines, the output is ok. What’s wrong with my first code? thanks. Robert