lilypond-user
[Top][All Lists]
Advanced

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

Re: Subdivision in tuplet


From: Thomas Scharkowski
Subject: Re: Subdivision in tuplet
Date: Fri, 16 Dec 2011 14:13:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0


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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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