lilypond-user
[Top][All Lists]
Advanced

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

Questions about PianoStaff Braces


From: Jonathan Wilkes
Subject: Questions about PianoStaff Braces
Date: Tue, 8 Sep 2009 14:15:48 -0700 (PDT)

Hello,
     I'm having trouble tweaking the Brace at the beginning of a system. 
My test code is below; basically, I'd like to make the brace oonnecting 
three staves less thick.

That brings me to my second question: 

\score {
        \new PianoStaff 
%         \override PianoStaff.SystemStartBrace #'thickness = #0.2
          <<
          \new Staff = "rh" {
          <<  { c' d' e' f' }
            \new Staff \with { alignAboveContext = "rh" } { c' d' e' f' }
          >>
          \break
          c' d' e' f'
          }
          \new Staff {
          c' d' e' f'
          c' d' e' f'
          }
        >>
}

\paper {
        indent = 0
}

%\layout {
%       \context { \PianoStaff
%               \override SystemStartBrace #'thickness = #0.2
%       }
%}

http://imslp.info/files/imglnks/usimg/d/dd/IMSLP00510-Debussy_-_Preludes__Book_2.pdf

Durand


      

Attachment: durand.PNG
Description: PNG image

Attachment: lilypond.PNG
Description: PNG image


reply via email to

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