lilypond-user
[Top][All Lists]
Advanced

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

Re: Spacer Rests Global Confusion


From: R
Subject: Re: Spacer Rests Global Confusion
Date: Thu, 26 Apr 2018 11:21:51 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 4/26/2018 11:15 AM, Kieren MacMillan wrote:
Hi,

I am trying to understand spacer rests and global block.
This is how I would organize your score:

%%%  SNIPPET BEGINS
\version "2.19.81"

global = {
  \key c \major
  \numericTimeSignature
  \time 4/4
  \tempo "Fast!"
  s1*4
  \tempo "Largo"
  s1*3
  \tempo "Allegro"
}

cello = \relative c {
  \clef bass
  c d e f e d c d e f e d c d e f e d
}

right = \relative c'' {
  c1 d e f c d e f
}

left = \relative c' {
  \clef bass
  c1 d e f c d e f
}

\score {
 <<
   \new Staff
     \with {
       instrumentName = "Cello"
     }
     << \global \cello >>
   \new PianoStaff
     \with {
       instrumentName = "Piano"
     }
     <<
       \new Staff = "right" << \global \right >>
       \new Staff = "left" << \global \left >>
     >>
 >>
}
%%%  SNIPPET ENDS

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden


Thank you but I have difficult understanding why Frescobaldi configured the score like that if it's not prone to using the global block easily. For instance, what is different about your code structurely and is there a con to doing it your way? I'll use your template. Can you explain the math of my question though? I don't get the * thank you.

reply via email to

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