Hi All, I have encountered an auto-beaming problem (actually, the Violist for whom I'm doing transcriptions brought it to my attention). When working in 3/4, Lilypond is autobeaming 8th notes in groups of 3 8th notes per pulse (as if it were 6/8) rather than in groups of 2 8th notes per pulse. Is this the expected behavior? Is there an easier workaround than repeatedly turning autobeaming on and off? Attached is my Lilypond file [...Faith(1).ly], along with the resulting output [...Faith(1).pdf] with the misleading (6/8) beaming behavior. I've also attached another output file [...Faith.pdf] that has the expected beaming. (I used \autoBeamOn and \autoBeamOff to control the beaming.) Thanks for your help! Karen
% Version 1.0 % Last edit: April 5, 2016 % % The source code is covered by the Creative % Commons Attribution-NonCommercial license, % http://creativecommons.org/licenses/by-nc/2.5/ % Attribution: Karen S. Billings CAGO
% Song: We Walk By Faith
% Instrument: Viola
%
\version "2.18.2"
\include "english.ly"
\layout { indent = 0.0\cm }
title = "We Walk By Faith"
instrument = "Viola"
poet = "John 20:24-29"
translator = "Henry Alford, 1810-1871"
addPoet = ""
titlec = " "
tune = "Shanti"
meter = "CM"
composer = "Marty Haugen, b. 1950"
arranger = " "
altArranger = " "
notea = " "
noteb = " "
copyright = "© 1974, GIA Publications "
\paper {
#(define top-margin (* 2 cm))
top-system-spacing #'basic-distance = #15
score-system-spacing #'basic-distance = #15
system-system-spacing #'basic-distance = #20
last-bottom-spacing #'basic-distance = #10
}
\markup {
\column {
\fill-line { \large \titlec
\large \bold \title
\large \italic \titlec
}
\fill-line { " " }
\fill-line { \poet
\large \italic \instrument
\composer
}
\fill-line { \translator
" "
\italic \arranger
}
\fill-line { \addPoet
" "
\italic \altArranger }
\fill-line { " " }
\fill-line { " " }
\fill-line { " " }
}
}
text = \lyricmode {
We walk by faith, and not by sight:
No gra -- cious words we hear
Of him who spoke as none e'er spoke,
But we be -- lieve him near. __
}
melody = \relative c' {
\clef alto
\key a \major
\autoBeamOn
\numericTimeSignature
\time 3/4
\partial 4. e8
cs d \bar "|"
e4. e8
fs a
\time 2/4
e4. e8
\time 3/4
a8 gs a4 cs b2 r8
\bar ""
\break
\mark \markup { \left-align "[" }
b8 cs b a4 a gs8 fs e4. e8 fs a b4 gs a2.~a4.
\mark \markup { \right-align "]" }
\bar "|."
}
\score {
<<
\new Voice = "mel" { \autoBeamOff \melody }
\new Lyrics \lyricsto mel \text
>>
\layout {
ragged-last = ##f
\context {
\Lyrics
\override LyricSpace #'minimum-distance = #0.6
\override LyricText #'font-size = #+0
\override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1)
\override VerticalAxisGroup.
nonstaff-relatedstaff-spacing.padding = #1.5
\override VerticalAxisGroup.
nonstaff-unrelatedstaff-spacing.padding = #1.5
}
}
}
\markup {
\fill-line { " " }
\fill-line { " " }
\fill-line { " " }
}
\markup {
\column {
\fill-line { \meter
\copyright
\caps \tune
}
}
}
Viola - We Walk By Faith.pdf
Description: Adobe PDF document
Viola - We Walk By Faith(1).pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
