lilypond-user
[Top][All Lists]
Advanced

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

tuplet brace


From: Vivyan
Subject: tuplet brace
Date: Sat, 3 Feb 2018 16:56:35 -0700 (MST)

the following code produces the image I've attached  
<http://lilypond.1069038.n5.nabble.com/file/t5486/Screen_Shot_2018-02-03_at_23.png>
 

the 3's and the braces are just making the score look messy how can I tidy
them up?


\header {
  title = "Composition Study I: Techniques"
  composer = "Joel Ramsbottom"
  tagline = ""  % removed 
}

\layout {
  \context {
    \PianoStaff
    \consists #Span_stem_engraver
  }
}

%Piano Score
{
  \new PianoStaff <<
    \new Staff {
      \clef treble
      \time 5/4
      \tempo "Andante" 4 = 76
      
      des'4
      \tuplet 3/2{
       e'   <e' c'''> ges''
      }
     
    }
    \new Staff {
      \clef bass
      r4
      
      \voiceOne
      \autoBeamOff
       \tuplet 3/2{
        \crossStaff { b} 
      }
     

      d4\rest
      
    }
  >>
}



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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