lilypond-user
[Top][All Lists]
Advanced

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

justify


From: E Appeldoorn
Subject: justify
Date: Wed, 01 Dec 2021 19:31:20 +0000
User-agent: eM_Client/8.2.1659.0

I have a score with multiple instruments where some instruments have the \appoggiatura, but the voices above (and/or) below are simple straight voices. 
When compiling the score the voice without the \appoggiatura looks uneven. There is extra space between the notes where in the other voice is the \appog.
I thought it ugly and found some engraved scores where this isn't the case. What would be the proper way to solve this.

\version "2.22.1"

MyUpper = \relative c'' { c4 b a g8[ \appoggiatura {f32[ e]} d8] }
MyLower = \relative c' { f4 g a b16 c b c }

\Score {
  << \MyUpper
     \MyLower
  >>
}

I think I would like the MyLower b16 c b c part look justified evenly. If that's the proper solution. 

vriendelijke groet, Erik Appeldoorn


reply via email to

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