]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/figured-bass-continuation-forbid.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[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.16.0"
8 \paper { ragged-right = ##t }
9
10 \figures {
11   \set useBassFigureExtenders = ##t
12   <4 6 7> 
13   <4\! 6 7->
14  }