lilypond-user
[Top][All Lists]
Advanced

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

placement of tuplet number on broken tuplet


From: Juan Cristóbal Cerrillo
Subject: placement of tuplet number on broken tuplet
Date: Tue, 11 Apr 2017 14:26:06 -0500

Hello,

Is there a way of changing the position of tuplet numbers in broken tuplets?
In the following example I would like to be able to displace the lower three in 
the first bar to the right.
Any suggestions?

all best,

jc

\version "2.19.57"

\layout {
  ragged-right = ##t
  \context {\Voice
            \remove "Forbid_line_break_engraver"        
            \override Beam.breakable = ##t 
            tupletFullLength = ##t
  }
}

<<
  {
    \time 2/4
    r4
    \tuplet 3/2 {
      c'4
      \tuplet 3/2 { c' c' c' }
    }
  }
  \\
  {
    r2 \break
    r2
  }
>>


reply via email to

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