]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fret-diagram-origins.ly
Doc-fr: update for 2.16.1 (second part)
[lilypond.git] / input / regression / fret-diagram-origins.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc="
5 Fret diagrams of different orientation should share a common origin
6 of the topmost fret or string.
7
8 "
9 }
10
11 \include "predefined-guitar-fretboards.ly"
12 \layout { ragged-right = ##t }
13 <<
14   \chords {
15     c1 |
16     c1 |
17     c1
18   }
19
20   \new FretBoards {
21     \chordmode{
22     c1 |
23     \override FretBoard #'fret-diagram-details
24        #'orientation = #'landscape
25     c1 |
26     \override FretBoard #'fret-diagram-details
27        #'orientation = #'opposing-landscape
28     c1
29     }
30   }
31
32   \new Voice {
33     c'1 |
34     c'1 |
35     c'
36  }
37 >>
38
39