]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-tuplets.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / auto-beam-tuplets.ly
1
2 \version "2.1.26"
3
4 \header {
5 texidoc = "Tuplet-spanner should not put (visible) brackets on
6 beams even if they're auto generated."
7 }
8
9 \score { \notes \relative c' {
10   \set tupletSpannerDuration = #(ly:make-moment 1 4)
11   \override TupletBracket  #'bracket-visibility = #'if-no-beam
12   \times 2/3 {
13          f8[ f f ] f8[ f f ] f f f f f f 
14  }
15 }
16     \paper { raggedright= ##t }
17
18      }