lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unwanted barree finger in fret diagram


From: Phil Holmes
Subject: Re: Unwanted barree finger in fret diagram
Date: Tue, 8 Sep 2015 11:08:38 +0100

----- Original Message ----- From: "ClausRogge" <address@hidden>
To: <address@hidden>
Sent: Tuesday, September 08, 2015 10:38 AM
Subject: Unwanted barree finger in fret diagram


Why is there a barre sign in these fret diagrams? Far as I cn see, I haven't
told LP to do a barre finger in teh first fret ... minimal example, this
time I hope:

\version "2.18.2"

\paper{#(set-default-paper-size "a4")
indent = 0
top-margin = 0\cm
left-margin = 1\cm
right-margin = 1.5\cm
bottom-margin = 1\cm
ragged-last-bottom=##f}

BTDiag= {
\omit Score.BarNumber
\override TextScript.fret-diagram-details.dot-color = #'white
\stopStaff
s1 s1^\markup{{\fret-diagram #"s:6;h:3;6-0;5-x;4-x;3-0;2-3;1-0;"}}s1\break
s1 s1^\markup{{\fret-diagram #"s:6;h:3;6-x;5-0;4-x;3-0;2-2;1-0;"}}s1\break
s1 s1^\markup{{\fret-diagram #"s:6;h:3;6-x;5-x;4-0;3-2;2-0;1-2;"}}s1\break

}
\header{
title="Test"
composer="Claus Rogge"
opus="2015"}


\score{
{\override Staff.Clef.color = #white
\override Staff.TimeSignature.color = #white
\clef "G_8" \key c \major
\override Staff.TimeSignature #'style = #'()
\time 4/4
\BTDiag}
}


This is closer to minimal to illustrate the issue:

BTDiag= {
 s1^\markup { \fret-diagram #"6-0;5-x;4-x;3-0;2-3;1-0;" }
}

\new Score{
 \BTDiag
}

You are using zero, for example "6-0". If you check the manuals you will see they use the letter o: "6-o"

--
Phil Holmes



reply via email to

[Prev in Thread] Current Thread [Next in Thread]