lilypond-user
[Top][All Lists]
Advanced

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

Re: Question about the horizontal spacing


From: Peter Chubb
Subject: Re: Question about the horizontal spacing
Date: Tue, 12 Dec 2017 13:30:57 +1100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.5 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

>>>>> "Rus" == Rus  <address@hidden> writes:

Rus> ― How can I control (I need to increase) the space
Rus> between the bar line and the following note (or lyrics syllable)?

One thing you could try is set the alignment of the first syllable to
LEFT, to force it to start at the same place as the note.

\version "2.18.2"
\score { 
  \new StaffGroup
  <<
    <<
      \new Staff {
        \relative c' {
          \override Staff.BarLine.space-alist.next-note = #'(fixed-space . 3)
          c d e f c d e f c d e f c d e f
        }
        \addlyrics {
          \override LyricText.self-alignment-X = #LEFT
          a bb cc dd
          aa bb cc dd
          aaaa bb cc dd
          a bb cc dd
        }
      }
    >>
    \new Staff {
      \relative c' { c d e f c d e f c d e f c d e f }
    }
  >>
}


-- 
Dr Peter Chubb         Tel: +61 2 9490 5852      http://ts.data61.csiro.au/
Trustworthy Systems Group                           Data61 (formerly NICTA)



reply via email to

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