lilypond-user
[Top][All Lists]
Advanced

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

Re: LilyPond 2.13.52


From: Keith OHara
Subject: Re: LilyPond 2.13.52
Date: Wed, 2 Mar 2011 19:25:32 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

%% Lyrics overlap the lower staff
<<
    \new Staff \new Voice = "a" {
        b1
    }
    \new Lyrics \lyricsto "a" {
          first
      }
    \new Lyrics \lyricsto "a" {
          second
      }
    \new Lyrics \lyricsto "a" {
          third
      }
    \new Lyrics \lyricsto "a" {
          fourth
      }
    \new Staff \new Voice {
        b1 
      } >>

% Staff-staff spacing does not notice if we change 
%\layout { \context {  \Lyrics
%      \override VerticalAxisGroup #'nonstaff-nonstaff-spacing 
%         #'minimum-distance = #9  }}






reply via email to

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