]> git.donarmstrong.com Git - lilypond.git/blob - input/test/figured-bass-alternate.ly
* Documentation/user/tutorial.itely (A lead sheet): remove
[lilypond.git] / input / test / figured-bass-alternate.ly
1 \header
2 {
3 texidoc = "An alternate method to make bass figures is to use
4 markup texts."
5 }
6 \version "1.9.4"
7
8 nat = \markup { \musicglyph #"accidentals-0" }
9 sh = \markup { \smaller \raise #0.6 \musicglyph #"accidentals-1" }
10 fl = \markup { \musicglyph #"accidentals--1" }
11
12 \score {
13       \context Voice \notes {
14           \clef bass
15           \property Voice.TextScript \set #'font-family = #'number
16           \property Voice.TextScript \set #'font-relative-size = #-3
17           \property Voice.TextScript \set #'baseline-skip = #1.4
18           
19           dis4_\markup { 6 }
20
21           c_\markup  { 7 }
22           d_\markup { \column < { 6 \sh } \bracket { \nat } >}
23           ais_\markup { \column < 6  5 \bracket { 3 \sh } >}
24           }
25 }