So I figured a little workaround that does the job.
I use 2 voices, one which shows only the Stems and Beams, the other which shows
only the TabNoteHeads.
Unfortunately, it's doesn't always compile when I use extra complex
combinations of rests, notes and spacers. Says it has an internal error. But I
think it will be robust enough for what I need to do.
I think the original issue of Stem.stem-begin-position not working for
beamed-stems should be fixed. If it's not a bug, I call it a feature request.
\version "2.18.2"
mynotes = {
\relative c' {
g'8\4 c,4 e2 |
a1 |
g8\4 c, e a g8\4[ g\4 ] a a |
r8 r8 r4 r2 |
r1 |
}
}
\new TabStaff \with {
stringTunings = #ukulele-tuning
} <<
\numericTimeSignature
\clef moderntab
\partial 2..
\new TabVoice {
\voiceOne
%set noteheads to all be in a horizontal line
\override TabVoice.TabNoteHead.Y-offset = #2.5
%hide voiceOne rests
\override TabVoice.Rest.transparent = ##t
%hide voiceOne noteHeads
\override TabVoice.TabNoteHead.transparent = ##t
\stemUp
\tabFullNotation
\mynotes
}
\new TabVoice {
\voiceTwo
%align voiceTwo rests to the middle of the staff
\override TabVoice.Rest.Y-offset = #0
%hide voiceTwo stems
\override TabVoice.Stem.transparent = ##t
\mynotes
}
>>
here's how it comes out now:
On 14/12/2016 20:14:57, Carl Williams <[email protected]> wrote:
Hi Everyone,
First time using a mailing list.
I've raked through the documentation pages all today and yesterday (and learnt
a lot), but still couldn't solve this.
So I want to create (ukulele) tablature where all the stems and beams are above
the staff.
I use the \override Stem.stem-begin-position to set the unbeamed stems above,
but I think it aught to affect the beamed stems too (they are stems too after
all!). bug?
Does anyone know any workarounds?
I've tried lots of things. I think it could be done if somehow the stems were
'un-parented' from the noteheads in the Y-direction, and then parented to
something else in the Y-direction (can a grob have 2 parents?). I haven't bee
able to do this though.
Here's the example:
\version "2.18.2"
\new TabStaff \with {
stringTunings = #ukulele-tuning
} {
%set bottom of stem position
\override Stem.stem-begin-position = #4.5
%set stem length
\override Stem.length = #5
%set top of beam position
\override Beam.positions = #'(4.6 . 4.6)
\stemUp
\relative c' {
\tabFullNotation
r8 g'\4 c,4 e2 |
a1 |
g8\4 c, e a c,[ c] a'8 a |
}
}
There's an SVG attached, not sure what the deal is with pictures.
Eventually I want to look at half length stems for minim and quarter length for
semibreve, but one thing at a time.
Thanks,
Carl
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.2"
width="140mm"
height="30mm"
viewBox="0 0 79.667734 17.071657"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="My Dog Has Fleas2.svg">
<metadata
id="metadata236">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs234" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1536"
inkscape:window-height="801"
id="namedview232"
showgrid="false"
inkscape:zoom="1.2685914"
inkscape:cx="310.91103"
inkscape:cy="37.614326"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<!-- Page: 1/1 -->
<text
font-size="2.2001"
id="text4"
x="-3.9454598"
y="-4.5523553"
style="font-size:2.20009995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan6" />
</text>
<line
x1="4.6403399"
y1="12.907347"
x2="74.372238"
y2="12.907347"
id="line16"
style="stroke:currentColor;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round" />
<line
x1="4.6403399"
y1="11.407347"
x2="74.372238"
y2="11.407347"
id="line18"
style="stroke:currentColor;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round" />
<line
x1="4.6403399"
y1="9.9073467"
x2="74.372238"
y2="9.9073467"
id="line20"
style="stroke:currentColor;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round" />
<line
x1="4.6403399"
y1="8.4073467"
x2="74.372238"
y2="8.4073467"
id="line22"
style="stroke:currentColor;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round" />
<rect
x="32.210743"
y="8.4073467"
width="0.19"
height="4.5"
ry="0.0000"
id="rect24"
style="fill:currentColor" />
<rect
x="51.902241"
y="8.4073467"
width="0.19"
height="4.5"
ry="0.0000"
id="rect26"
style="fill:currentColor" />
<rect
x="74.232239"
y="8.4073467"
width="0.19"
height="4.5"
ry="0.0000"
id="rect28"
style="fill:currentColor" />
<rect
x="23.736441"
y="8.4073467"
width="0.19"
height="4.5"
ry="0.0000"
id="rect30"
style="fill:currentColor" />
<rect
x="65.842239"
y="8.4073467"
width="0.19"
height="4.5"
ry="0.0000"
id="rect32"
style="fill:currentColor" />
<g
id="g34"
transform="translate(-9.6360598,-7.3976567)"
style="color:#ffffff">
<rect
transform="translate(59.336,15.805)"
x="0.098999999"
y="-0.63169998"
width="0.99019998"
height="1.2632999"
ry="0.0000"
id="rect36"
style="fill:currentColor" />
</g>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:12:27:28"
id="a38"
transform="translate(-9.6360598,-7.3976567)">
<text
transform="translate(59.435,16.4026)"
font-weight="bold"
font-size="1.7461"
id="text40"
style="font-weight:bold;font-size:1.74609995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan42">0</tspan>
</text>
</a>
<rect
x="50.228943"
y="3.9073455"
width="0.13"
height="3.3973"
ry="0.039999999"
id="rect44"
style="fill:currentColor" />
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:13:4:5"
id="a46"
transform="translate(-9.6360598,-7.3976567)">
<path
transform="matrix(0.004,0,0,-0.004,62.6283,18.055)"
d="M 72,-250 189,76 C 155,64 120,54 84,54 38,54 -3,87 -3,133 c 0,40 33,72 73,72 25,0 48,-15 56,-39 10,-28 6,-59 35,-59 16,0 54,48 61,63 6,12 23,12 28,0 L 127,-250 c -8,-7 -17,-10 -27,-10 -10,0 -20,3 -28,10 z"
id="path48"
inkscape:connector-curvature="0"
style="fill:currentColor" />
</a>
<rect
x="43.236443"
y="3.9073455"
width="0.13"
height="3.3973"
ry="0.039999999"
id="rect50"
style="fill:currentColor" />
<g
id="g52"
transform="translate(-9.6360598,-7.3976567)"
style="color:#ffffff">
<rect
transform="translate(52.3434,18.805)"
x="0.098999999"
y="-0.63169998"
width="0.99019998"
height="1.2632999"
ry="0.0000"
id="rect54"
style="fill:currentColor" />
</g>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:12:16:17"
id="a56"
transform="translate(-9.6360598,-7.3976567)">
<text
transform="translate(52.4425,19.4026)"
font-weight="bold"
font-size="1.7461"
id="text58"
style="font-weight:bold;font-size:1.74609995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan60">0</tspan>
</text>
</a>
<rect
x="47.939842"
y="3.9073455"
width="0.13"
height="3.3973"
ry="0.039999999"
id="rect62"
style="fill:currentColor" />
<g
id="g64"
transform="translate(-9.6360598,-7.3976567)"
style="color:#ffffff">
<rect
transform="translate(57.0468,15.805)"
x="0.098999999"
y="-0.63169998"
width="0.99019998"
height="1.2632999"
ry="0.0000"
id="rect66"
style="fill:currentColor" />
</g>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:12:23:24"
id="a68"
transform="translate(-9.6360598,-7.3976567)">
<text
transform="translate(57.1458,16.4026)"
font-weight="bold"
font-size="1.7461"
id="text70"
style="font-weight:bold;font-size:1.74609995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan72">0</tspan>
</text>
</a>
<rect
x="45.525642"
y="3.9073455"
width="0.13"
height="3.3973"
ry="0.039999999"
id="rect74"
style="fill:currentColor" />
<g
id="g76"
transform="translate(-9.6360598,-7.3976567)"
style="color:#ffffff">
<rect
transform="translate(54.6326,18.805)"
x="0.098999999"
y="-0.63169998"
width="0.99019998"
height="1.2632999"
ry="0.0000"
id="rect78"
style="fill:currentColor" />
</g>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:12:20:21"
id="a80"
transform="translate(-9.6360598,-7.3976567)">
<text
transform="translate(54.7316,19.4026)"
font-weight="bold"
font-size="1.7461"
id="text82"
style="font-weight:bold;font-size:1.74609995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan84">0</tspan>
</text>
</a>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:14:4:5"
id="a86"
transform="translate(-9.6360598,-7.3976567)">
<path
transform="matrix(0.004,0,0,-0.004,77.5683,18.055)"
d="m 365,-156 -355,0 c -6,0 -10,4 -10,10 l 0,121 -131,0 c -14,0 -25,11 -25,25 0,14 11,25 25,25 l 637,0 c 14,0 25,-11 25,-25 0,-14 -11,-25 -25,-25 l -131,0 0,-121 c 0,-6 -4,-10 -10,-10 z"
id="path88"
inkscape:connector-curvature="0"
style="fill:currentColor" />
</a>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:12:18:19"
id="a90"
transform="translate(-9.6360598,-7.3976567)">
<polygon
transform="translate(52.8725,11.305)"
points="0.04,-0.2 2.3792,-0.2 2.3792,0.2 0.04,0.2 "
id="polygon92"
style="fill:currentColor;stroke:currentColor;stroke-width:0.08;stroke-linecap:round;stroke-linejoin:round" />
</a>
<polygon
transform="translate(33.82974,3.9073429)"
points="0.04,-0.2 7.3325,-0.2 7.3325,0.2 0.04,0.2 "
id="polygon94"
style="fill:currentColor;stroke:currentColor;stroke-width:0.08;stroke-linecap:round;stroke-linejoin:round" />
<polygon
transform="translate(47.93984,3.9073429)"
points="0.04,-0.2 2.3792,-0.2 2.3792,0.2 0.04,0.2 "
id="polygon96"
style="fill:currentColor;stroke:currentColor;stroke-width:0.08;stroke-linecap:round;stroke-linejoin:round" />
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:13:7:8"
id="a98"
transform="translate(-9.6360598,-7.3976567)">
<path
transform="matrix(0.004,0,0,-0.004,64.8283,18.055)"
d="M 72,-250 189,76 C 155,64 120,54 84,54 38,54 -3,87 -3,133 c 0,40 33,72 73,72 25,0 48,-15 56,-39 10,-28 6,-59 35,-59 16,0 54,48 61,63 6,12 23,12 28,0 L 127,-250 c -8,-7 -17,-10 -27,-10 -10,0 -20,3 -28,10 z"
id="path100"
inkscape:connector-curvature="0"
style="fill:currentColor" />
</a>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:13:13:14"
id="a102"
transform="translate(-9.6360598,-7.3976567)">
<path
transform="matrix(0.004,0,0,-0.004,70.3783,18.055)"
d="m 506,-25 -637,0 c -14,0 -25,11 -25,25 0,14 11,25 25,25 L 0,25 0,146 c 0,6 4,10 10,10 l 355,0 c 6,0 10,-4 10,-10 l 0,-121 131,0 c 14,0 25,-11 25,-25 0,-14 -11,-25 -25,-25 z"
id="path104"
inkscape:connector-curvature="0"
style="fill:currentColor" />
</a>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:13:10:11"
id="a106"
transform="translate(-9.6360598,-7.3976567)">
<path
transform="matrix(0.004,0,0,-0.004,67.0283,18.055)"
d="m -23,-116 c 0,28 11,42 40,42 33,0 78,-13 119,-31 L 4,53 c -7,9 -10,17 -10,25 0,34 50,66 87,99 25,22 37,52 37,83 0,24 -8,49 -25,69 l -35,42 c -3,3 -4,7 -4,10 0,9 9,15 17,15 4,0 8,-1 11,-5 L 233,211 c 7,-9 10,-17 10,-25 0,-34 -50,-66 -87,-99 -25,-22 -37,-52 -37,-83 0,-24 7,-49 24,-69 l 84,-99 c 3,-3 4,-7 4,-10 0,-9 -8,-16 -16,-16 -4,0 -9,2 -12,6 -18,21 -63,38 -97,38 -41,0 -53,-26 -53,-67 0,-35 11,-74 28,-94 5,-6 0,-13 -6,-13 -2,0 -4,0 -6,2 -45,54 -92,148 -92,202 z"
id="path108"
inkscape:connector-curvature="0"
style="fill:currentColor" />
</a>
<g
id="g110"
transform="translate(-9.6360598,-7.3976567)"
style="color:#ffffff">
<rect
transform="translate(36.4527,15.805)"
x="0.098999999"
y="-0.63169998"
width="0.99019998"
height="1.2632999"
ry="0.0000"
id="rect112"
style="fill:currentColor" />
</g>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:11:4:5"
id="a114"
transform="translate(-9.6360598,-7.3976567)">
<text
transform="translate(36.5517,16.4026)"
font-weight="bold"
font-size="1.7461"
id="text116"
style="font-weight:bold;font-size:1.74609995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan118">0</tspan>
</text>
</a>
<rect
x="20.257439"
y="3.5546377"
width="0.13"
height="3.75"
ry="0.039999999"
id="rect120"
style="fill:currentColor" />
<rect
x="19.627439"
y="3.5546377"
width="0.13"
height="3.75"
ry="0.039999999"
id="rect122"
style="fill:currentColor" />
<g
id="g124"
transform="translate(-9.6360598,-7.3976567)"
style="color:#ffffff">
<rect
transform="translate(28.7345,17.305)"
x="0.098999999"
y="-0.63169998"
width="0.99019998"
height="1.2632999"
ry="0.0000"
id="rect126"
style="fill:currentColor" />
</g>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:10:14:15"
id="a128"
transform="translate(-9.6360598,-7.3976567)">
<text
transform="translate(28.8335,17.9026)"
font-weight="bold"
font-size="1.7461"
id="text130"
style="font-weight:bold;font-size:1.74609995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan132">0</tspan>
</text>
</a>
<path
d="m 13.85414,3.5946429 c 0,0.792 0.836,1.34 0.836,2.132 0,0.284 -0.064,0.564 -0.168,0.828 -0.02,0.032 -0.048,0.048 -0.076,0.048 -0.052,0 -0.104,-0.044 -0.092,-0.108 0.104,-0.244 0.168,-0.504 0.168,-0.768 0,-0.416 -0.38,-0.832 -0.668,-1.132 l -0.064,0 0,-1 0.064,0 z"
id="path134"
inkscape:connector-curvature="0"
style="fill:currentColor" />
<rect
x="13.724141"
y="3.5546377"
width="0.13"
height="3.75"
ry="0.039999999"
id="rect136"
style="fill:currentColor" />
<path
d="m 10.40634,11.443843 c 0.088,-0.056 0.176,-0.116 0.24,-0.2 0.044,-0.06 0.076,-0.132 0.108,-0.2 0.008,-0.016 0.02,-0.024 0.036,-0.024 0.024,0 0.052,0.02 0.052,0.056 l 0,0.98 0.288,0 c 0.04,0 0.06,0.028 0.06,0.056 0,0.028 -0.02,0.06 -0.06,0.06 l -0.288,0 0,0.032 c 0,0.192 0.108,0.376 0.288,0.376 0.032,0 0.048,0.02 0.048,0.044 0,0.024 -0.016,0.048 -0.048,0.048 -0.176,0 -0.348,-0.052 -0.524,-0.052 -0.176,0 -0.348,0.052 -0.524,0.052 -0.032,0 -0.048,-0.024 -0.048,-0.048 0,-0.024 0.016,-0.044 0.048,-0.044 0.18,0 0.292,-0.184 0.292,-0.376 l 0,-0.032 -0.6679998,0 c -0.092,0 -0.124,-0.056 -0.124,-0.092 0,-0.012 0.004,-0.02 0.008,-0.024 0.32,-0.372 0.5519998,-0.828 0.5519998,-1.32 0,-0.036 0.024,-0.064 0.052,-0.064 l 0.012,0 c 0.092,0.028 0.188,0.052 0.284,0.052 0.096,0 0.192,-0.024 0.284,-0.052 0.008,-0.004 0.012,-0.004 0.02,-0.004 0.044,0 0.072,0.04 0.048,0.068 l -1.1359998,1.32 0.6679998,0 0,-0.524 c 0,-0.032 0.004,-0.068 0.032,-0.088 z"
id="path138"
inkscape:connector-curvature="0"
style="fill:currentColor" />
<path
d="m 10.40634,9.4293428 c 0.088,-0.056 0.176,-0.116 0.24,-0.2 0.044,-0.06 0.076,-0.132 0.108,-0.2 0.008,-0.016 0.02,-0.024 0.036,-0.024 0.024,0 0.052,0.02 0.052,0.056 l 0,0.9800002 0.288,0 c 0.04,0 0.06,0.028 0.06,0.056 0,0.028 -0.02,0.06 -0.06,0.06 l -0.288,0 0,0.032 c 0,0.192 0.108,0.376 0.288,0.376 0.032,0 0.048,0.02 0.048,0.044 0,0.024 -0.016,0.048 -0.048,0.048 -0.176,0 -0.348,-0.052 -0.524,-0.052 -0.176,0 -0.348,0.052 -0.524,0.052 -0.032,0 -0.048,-0.024 -0.048,-0.048 0,-0.024 0.016,-0.044 0.048,-0.044 0.18,0 0.292,-0.184 0.292,-0.376 l 0,-0.032 -0.6679998,0 c -0.092,0 -0.124,-0.056 -0.124,-0.092 0,-0.012 0.004,-0.02 0.008,-0.024 0.32,-0.3720002 0.5519998,-0.8280002 0.5519998,-1.3200002 0,-0.036 0.024,-0.064 0.052,-0.064 l 0.012,0 c 0.092,0.028 0.188,0.052 0.284,0.052 0.096,0 0.192,-0.024 0.284,-0.052 0.008,-0.004 0.012,-0.004 0.02,-0.004 0.044,0 0.072,0.04 0.048,0.068 l -1.1359998,1.3200002 0.6679998,0 0,-0.5240002 c 0,-0.032 0.004,-0.068 0.032,-0.088 z"
id="path140"
inkscape:connector-curvature="0"
style="fill:currentColor" />
<text
font-weight="bold"
font-size="1.9600"
id="text142"
x="5.4927406"
y="9.9233379"
style="font-weight:bold;font-size:1.96000004px;font-family:sans-serif;text-anchor:start;fill:currentColor">
<tspan
id="tspan144">T</tspan>
</text>
<text
font-weight="bold"
font-size="1.9600"
id="text146"
x="5.3903399"
y="11.357344"
style="font-weight:bold;font-size:1.96000004px;font-family:sans-serif;text-anchor:start;fill:currentColor">
<tspan
id="tspan148">A</tspan>
</text>
<text
font-weight="bold"
font-size="1.9600"
id="text150"
x="5.40734"
y="12.791334"
style="font-weight:bold;font-size:1.96000004px;font-family:sans-serif;text-anchor:start;fill:currentColor">
<tspan
id="tspan152">B</tspan>
</text>
<g
id="g154"
transform="translate(-9.6360598,-7.3976567)"
style="color:#ffffff">
<rect
transform="translate(22.8311,20.305)"
x="0.098999999"
y="-0.63169998"
width="0.99019998"
height="1.2632999"
ry="0.0000"
id="rect156"
style="fill:currentColor" />
</g>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:10:4:5"
id="a158"
transform="translate(-9.6360598,-7.3976567)">
<text
transform="translate(22.9301,20.9026)"
font-weight="bold"
font-size="1.7461"
id="text160"
style="font-weight:bold;font-size:1.74609995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan162">0</tspan>
</text>
</a>
<rect
x="16.01334"
y="3.5546377"
width="0.13"
height="3.75"
ry="0.039999999"
id="rect164"
style="fill:currentColor" />
<g
id="g166"
transform="translate(-9.6360598,-7.3976567)"
style="color:#ffffff">
<rect
transform="translate(25.1203,18.805)"
x="0.098999999"
y="-0.63169998"
width="0.99019998"
height="1.2632999"
ry="0.0000"
id="rect168"
style="fill:currentColor" />
</g>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:10:10:11"
id="a170"
transform="translate(-9.6360598,-7.3976567)">
<text
transform="translate(25.2193,19.4026)"
font-weight="bold"
font-size="1.7461"
id="text172"
style="font-weight:bold;font-size:1.74609995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan174">0</tspan>
</text>
</a>
<rect
x="38.658142"
y="3.9073455"
width="0.13"
height="3.3973"
ry="0.039999999"
id="rect176"
style="fill:currentColor" />
<g
id="g178"
transform="translate(-9.6360598,-7.3976567)"
style="color:#ffffff">
<rect
transform="translate(47.7651,17.305)"
x="0.098999999"
y="-0.63169998"
width="0.99019998"
height="1.2632999"
ry="0.0000"
id="rect180"
style="fill:currentColor" />
</g>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:12:12:13"
id="a182"
transform="translate(-9.6360598,-7.3976567)">
<text
transform="translate(47.8641,17.9026)"
font-weight="bold"
font-size="1.7461"
id="text184"
style="font-weight:bold;font-size:1.74609995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan186">0</tspan>
</text>
</a>
<rect
x="41.072342"
y="3.9073455"
width="0.13"
height="3.3973"
ry="0.039999999"
id="rect188"
style="fill:currentColor" />
<g
id="g190"
transform="translate(-9.6360598,-7.3976567)"
style="color:#ffffff">
<rect
transform="translate(50.1793,15.805)"
x="0.098999999"
y="-0.63169998"
width="0.99019998"
height="1.2632999"
ry="0.0000"
id="rect192"
style="fill:currentColor" />
</g>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:12:14:15"
id="a194"
transform="translate(-9.6360598,-7.3976567)">
<text
transform="translate(50.2783,16.4026)"
font-weight="bold"
font-size="1.7461"
id="text196"
style="font-weight:bold;font-size:1.74609995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan198">0</tspan>
</text>
</a>
<g
id="g200"
transform="translate(-9.6360598,-7.3976567)"
style="color:#ffffff">
<rect
transform="translate(42.9368,20.305)"
x="0.098999999"
y="-0.63169998"
width="0.99019998"
height="1.2632999"
ry="0.0000"
id="rect202"
style="fill:currentColor" />
</g>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:12:4:5"
id="a204"
transform="translate(-9.6360598,-7.3976567)">
<text
transform="translate(43.0358,20.9026)"
font-weight="bold"
font-size="1.7461"
id="text206"
style="font-weight:bold;font-size:1.74609995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan208">0</tspan>
</text>
</a>
<rect
x="33.829742"
y="3.9073455"
width="0.13"
height="3.3973"
ry="0.039999999"
id="rect210"
style="fill:currentColor" />
<rect
x="36.243942"
y="3.9073455"
width="0.13"
height="3.3973"
ry="0.039999999"
id="rect212"
style="fill:currentColor" />
<g
id="g214"
transform="translate(-9.6360598,-7.3976567)"
style="color:#ffffff">
<rect
transform="translate(45.3509,18.805)"
x="0.098999999"
y="-0.63169998"
width="0.99019998"
height="1.2632999"
ry="0.0000"
id="rect216"
style="fill:currentColor" />
</g>
<a
style="color:inherit"
xlink:href="textedit://C:/Users/Carl/Music/Instruments/Arrangements/Lilypond/My%20Dog%20Has%20Fleas2.ly:12:9:10"
id="a218"
transform="translate(-9.6360598,-7.3976567)">
<text
transform="translate(45.4499,19.4026)"
font-weight="bold"
font-size="1.7461"
id="text220"
style="font-weight:bold;font-size:1.74609995px;font-family:'Century Schoolbook L';text-anchor:start;fill:currentColor">
<tspan
id="tspan222">0</tspan>
</text>
</a>
</svg>
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond