lilypond-user
[Top][All Lists]
Advanced

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

Re: SystemStartBracket/Brace


From: address@hidden
Subject: Re: SystemStartBracket/Brace
Date: Mon, 9 Jun 2014 11:46:29 -0400 (EDT)

 

Hi, Thomas--

is the following what you want?

\version "2.18.0"

\score {
  <<
    \new PianoStaff
      <<
      \new Staff = "upper" { c'''1\arpeggio  }
      \new Staff = "lower" { c'' 1\arpeggio  }
      \new Staff = "feet" { c'1\arpeggio }
  \layout {
    \context {
      \Score
      %% Is not the default for Score -> IR
      \consists "Span_arpeggio_engraver"
      connectArpeggios = ##t
    }
  }
}

 

Yes it is!  Thank you, very much!  Regarding the comment in your code, i regret that i did not read slowly or deeply enough in the IR and stand gratefully corrected.  My apologies, also.  i should have replaced my variables with actual notes.

Thank you, again!
bill

reply via email to

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