\version "2.6.3"
%#(ly:set-option (quote no-point-and-click))

\header{
	title = "Karev Yom"
%	poet = "T: "
	composer = "Unbekannt"
%	instrument = "2 voc + git"
	source = ""
	maintainer = "Henning Hraban Ramm"
	maintainerWeb = "http://angerweit.tikon.ch/lieder/";
	lastupdated = "2005-08-21"
}

global = {
	\clef treble
	\key a \minor
	\time 4/4
}

akkorde = \chordmode {
	\repeat volta 2 {
		a1:m | d:m |
		a2:m d:m | a1:m
	}
	\repeat volta 2 {
		a:m | f2 a:m |
		a:m b4 e:7 |
		a1:m
	}
	a:m | d:m |
	a2:m d:m | a1:m
}

oberstimme = \relative c'' {
	\repeat volta 2 {
		a4 c c2 |
		d4 c8 b c4 e |
		a, c d8 c b a |
		c4 a8 a a4 a
	} \break
	\repeat volta 2 {
		e'4. dis8 e4 a |
		c a, a a |
		e'8 dis fis e dis c b a |
		c4 a a a
	} \break
	\grace s8  a4 c c2 
	d4 c8 b c4 e 
	\grace s8  a,4 c d8 c b a 
	\grace s8  c4 a8 a a4 a
}

unterstimme = \relative c'' {
	\repeat volta 2 {
		a2. g4 |
		f2. e4 |
		f2. d4 |
		e2. a4
	}
	\repeat volta 2 {
		a2. g4 |
		f2 e |
		c' b4 gis |
		e2. a4
	}
	\acciaccatura f'8 e1~ 
	e1 
	\acciaccatura g8 f1 
	\acciaccatura f8 e4 a2.
}

% Papier-Ausgabe
\score {
	<<
		\context ChordNames {
			\germanChords
			%\set chordChanges = ##t
			\akkorde
		}
		\context Staff = "Upper" <<
			\global
			\context Voice = "eins" \oberstimme
		>>
		\context Staff = "Lower" <<
			\global
			\context Voice = "zwei" \unterstimme
		>>
	>>
	\layout { 
		indent = 0\cm
	}
}

% MIDI
\score {
	\unfoldRepeats {
		<<
			\context Staff = chords <<
				\context ChordNames {
					\set ChordNames.midiInstrument = "fx 4 (atmosphere)"
					\set chordChanges = ##t
					\akkorde
				}
			>>
			\context Staff = ober <<
				\set Staff.midiInstrument = "violin"
				\context Voice = ober \oberstimme
			>>
			\context Staff = unter <<
				\set Staff.midiInstrument = "viola"
				\context Voice = unter \unterstimme
			>>
		>>
	}
	\midi{ \tempo 4=120 }
}

%%% Local Variables:
%%% coding: utf-8
%%% End:

Am 2005-08-22 um 01:18 schrieb Erik Sandberg:

In the attached example, the acciaccatura in the lower voice doubles
the repeat end bar and goes behind that wrong bar.
It is a known bug. The workaround is to add dummy grace notes in all parts,
like
<<
{ \repeat volta 2 { .. } \grace s8 .. }
{ \repeat volta 2 { .. } \acciaccatura f8 e1 ... }

Thank you, but it doesn't help.
I added dummy grace notes at every place in the upper voice where I use one in the lower - no change.

Greetlings from Lake Constance
---
fiëé visuëlle
Henning Hraban Ramm
http://www.fiee.net
http://angerweit.tikon.ch/lieder/

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to