Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / fret-diagram-origins.ly
blob4042bf5ddd957a263f628a22c2b985968e37dc0e
1 \version "2.12.0"
3 \header {
4 texidoc="
5 Fret diagrams of different orientation should share a common origin
6 of the topmost fret or string.
11 \include "predefined-guitar-fretboards.ly"
12 \layout { ragged-right = ##t }
14 \chords {
15 c1 |
16 c1 |
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
32 \new Voice {
33 c'1 |
34 c'1 |