lilypond-user
[Top][All Lists]
Advanced

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

Re: Aligning upbows and downbows


From: tisimst
Subject: Re: Aligning upbows and downbows
Date: Thu, 11 Feb 2016 15:46:53 -0700 (MST)

David,

On Thu, Feb 11, 2016 at 3:37 PM, david_landt [via Lilypond] <[hidden email]> wrote:

Hello all.  I am a new user seeking assistance with aligning upbows and downbows so that the bows are all aligned horizontally at the same height for easier readability.  Thank you.

How about this:

%%%%%%%%%

\version "2.18.2"  % necessary for upgrading to future LilyPond versions.

\header{
  title = "Here Comes the Sun"
  subtitle = "Original music and lyrics written by George Harrison 1969."
 
}

\relative {
  \set Staff.instrumentName = "Capo VII"
  \key e \major
  \override Script.staff-padding = #3 % <--- Adjust to taste
  a'8^\downbow^"D" <e' a cis>\downbow a\upbow b\downbow cis\upbow <a, e'> a' a, |
  e' cis' b <a, e'> a' <a, e'>
}

%%%%%%%%%

HTH,
Abraham


View this message in context: Re: Aligning upbows and downbows
Sent from the User mailing list archive at Nabble.com.

reply via email to

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