Re: acciaccatura messes repeat

2005-08-22 Thread fiëé visuëlle
\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


Re: acciaccatura messes repeat

2005-08-22 Thread fiëé visuëlle

Am 2005-08-22 um 14:51 schrieb Mats Bengtsson:

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.


You didn't change it in all parts. When I added a dummy grace note  
also

to the chords, it seems to work better:


Ah, me stupid! Thank you again!
I must remember to think of chords as a voice...

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


Re: acciaccatura messes repeat

2005-08-22 Thread Erik Sandberg
On Monday 22 August 2005 14.04, fiëé visuëlle wrote:
  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.

You need to do it everywhere where you specified \repeat {} - looks like you 
forgot the ChordNames context!

-- 
Erik


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


acciaccatura messes repeat

2005-08-21 Thread fiëé visuëlle
\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
	}
	\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
	}
	a c c2 |
	d4 c8 b c4 e |
	a, c d8 c b a |
	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:


Ahoi!

In the attached example, the acciaccatura in the lower voice doubles  
the repeat end bar and goes behind that wrog bar.

I tested with LilyPond 2.6.3 and 2.7.4 on MacOS X, same result.
Must I change something, or is it a bug?

This is the section in question:
\repeat volta 2 {
a2. g4 |
f2 e |
c' b4 gis |
e2. a4
}
\acciaccatura f'8 e1~ |



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

___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: acciaccatura messes repeat

2005-08-21 Thread Erik Sandberg
On Sunday 21 August 2005 20.30, fiëé visuëlle wrote:
 Ahoi!

 In the attached example, the acciaccatura in the lower voice doubles  
 the repeat end bar and goes behind that wrog bar.
 I tested with LilyPond 2.6.3 and 2.7.4 on MacOS X, same result.
 Must I change something, or is it a bug?

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 ... }


 This is the section in question:
      \repeat volta 2 {
          a2. g4 |
          f2 e |
          c' b4 gis |
          e2. a4
      }
      \acciaccatura f'8 e1~ |



 Greetlings from Lake Constance

-- 
Erik


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user