]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/figured-bass-continuation-forbid.ly
rewrite balloon-text support. This is now a separate grob, with its
[lilypond.git] / input / regression / figured-bass-continuation-forbid.ly
1 \header {
2
3   texidoc = "By adorning a bass figure with @code{\\!}, an extender
4   may be forbidden. "
5
6 }
7 \version "2.7.39"
8 \paper { ragged-right = ##t }
9
10 \figures {
11   \set useBassFigureExtenders = ##t
12   <4 6 7> 
13   <4\! 6 7->
14  }