Hi again,

I have just found that in this example in LSR the tuplets also get subdivided after two 16th notes when compiled with LilyPond 2.15. In 2.12. it is o.k..
So maybe I have overlooked something?


LSR example (LilyPond 2.12):
--
music = \relative c'' {
  \times 2/3 { c16[ d e } f8]
  \times 2/3 { c8 d e }
  \times 2/3 { c4 d e }
}

\new Voice {
  \relative c' {
    << \music s4^"default" >>
    \override TupletBracket #'bracket-visibility = #'if-no-beam
    << \music s4^"'if-no-beam" >>
    \override TupletBracket #'bracket-visibility = ##t
    << \music s4^"#t" >>
    \override TupletBracket #'bracket-visibility = ##f
    << \music s4^"#f" >>
  }
}
--
-------- Original-Nachricht --------

Hi,

how can I remove the subdivison in this example:

--
\version "2.15.22"
{
    %\set subdivideBeams = ##f
    \times 2/3 { b16[ b b } b8] b4 b b
}
--

Thanks
Thomas


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to