lilypond-user
[Top][All Lists]
Advanced

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

Re: Lining up notes in staves with different rhythms and time signatures


From: Gilles THIBAULT
Subject: Re: Lining up notes in staves with different rhythms and time signatures
Date: Fri, 21 Aug 2015 12:57:30 +0200
User-agent: KMail/4.14.5 (Linux/3.19.8-desktop-3.mga5; KDE/4.14.5; x86_64; ; )

Le vendredi 21 août 2015, 04:13:03 Jack Taylor a écrit :
> Thank you all very much for your help! I'm now spoiled for choice as to a
> solution. :)
And one another ... -:)

%%%%%%%%%%%%%%
\layout {
   ragged-last = ##t
  % %{
   \context {
     \Score
     \remove "Timing_translator"
     \remove "Default_bar_line_engraver"

   }
   \context {
     \Staff
     \consists "Timing_translator"
     \consists "Default_bar_line_engraver"
   }
   %}
}
\score {
   <<
     \new Staff {
       \time 6/8
       \relative c'' {
       \set Staff.instrumentName = #"a)"

       \tempo "Tempo Giusto"
       \partial 8 g8 | c4 b8 d4 a8 | g4. r4 g'8 | g4 d8 g4 f8 | e4. r4  \bar 
"|" \break
       c8 | g'4 a8 g4 e8 | c4. r4 e8 | d4 b8 c4 a8 | g4. r4. |
     } }

     \addlyrics  {
       \tiny
       Jó | es -- tét bar -- na | lány    Mi | lö -- le te -- ge | det?
       | Ta -- | lán a va -- cso -- | rád    Nem | i -- gen jól e -- | 
sett
     }
     \new Staff { \relative c'' {
       \set Staff.instrumentName = #"b)"
       
       \time 6/8 
        g8[ \scaleDurations 2/1 { c } d \scaleDurations 2/1 { c] } |
        a g4. s4 | 
        e'8[ \scaleDurations 2/1 { g } d \scaleDurations 2/1 { e] } |
        g e4. s4|
        \bar "|" \break
        
        e8[ \scaleDurations 2/1 { g } a \scaleDurations 2/1 {g] } | 
        e c4. s4 | 
        d8 \scaleDurations 2/3 { d4.} 
           \scaleDurations 2/1  {a16} 
           \scaleDurations 4/3 { c8. } |
        a8 g4. s4 \bar "" s8 \bar "|"          
     } }
     \addlyrics {
       \tiny
       Vi -- rá -- gim, vi -- | rá -- gim | Gyö -- nyö -- rü vi -- | rá 
-- gim
       | föd -- re bo -- re | ja tok, | En -- gem si -- ras -- | sa tok
     }
   >>
}
%%%%%%%%%%%%

-- 
Gilles



reply via email to

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