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: BB
Subject: Re: Unwanted barree finger in fret diagram
Date: Tue, 8 Sep 2015 12:18:00 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

If you use an "o" for open String it works as obviously expected. Use

s1 s1^\markup{{\fret-diagram #"s:6;h:3;6-o;5-x;4-x;3-o;2-3;1-o;"}}s1\break

instead of s1 s1^\markup{{\fret-diagram #"s:6;h:3;6-0;5-x;4-x;3-0;2-3;1-0;"}}s1\break

For me it does not work with "0" (=zero)!

Regards



On 08.09.2015 12:08, Phil Holmes wrote:
----- 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

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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