Hairping length

2014-04-21 Thread Helge Kruse

Hello,

I just read about some open Mutopia requests 
(https://github.com/chrissawer/The-Mutopia-Project/issues/355) and 
started typesetting for fun. Unfortunately the fun vanished after some 
measures of issue #361.


So here comes the Lilypond related problem:

\version 2.18.0
\relative c'' {
  \time 2/4
  \key e\major
  r8 r r e(\ |
  fis4)\! r|
  r8 e(\ fis4)\!
}

This chunk shows two hairpins. Obviously the first is too short. It 
should have been longer then the second because of the additional bar 
line. I managed to fix the problem with this code:


\relative c'' {
  \time 2/4
  \key e\major
  r8 r r

{ \oneVoice e( | fis4)  } \\
{ s8\ | s8 s\! }
 r4 |
  r8 e(\ fis4)\!
}

But I think this can't be the solution. Is there a better way to 
circumvent the problem?



Best Regards
Helge





smime.p7s
Description: S/MIME Kryptografische Unterschrift
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Hairping length

2014-04-21 Thread Jan-Peter Voigt
Hello Helge,

just a shorty

\relative c'' { c4 b\ bes\! \override Hairpin.to-barline = ##f a\ | g\! }


HTH
Jan-Peter



On 21.04.2014 09:43, Helge Kruse wrote:
 So here comes the Lilypond related problem:

 \version 2.18.0
 \relative c'' {
   \time 2/4
   \key e\major
   r8 r r e(\ |
   fis4)\! r|
   r8 e(\ fis4)\!
 }

 This chunk shows two hairpins. Obviously the first is too short. It
 should have been longer then the second because of the additional bar
 line. 

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


Re: Hairping length

2014-04-21 Thread Janek Warchoł
2014-04-21 9:43 GMT+02:00 Helge Kruse helge.kr...@gmx.net:
 Hello,

 I just read about some open Mutopia requests
 (https://github.com/chrissawer/The-Mutopia-Project/issues/355) and started
 typesetting for fun. Unfortunately the fun vanished after some measures of
 issue #361.

 So here comes the Lilypond related problem:

 \version 2.18.0
 \relative c'' {
   \time 2/4
   \key e\major
   r8 r r e(\ |
   fis4)\! r|
   r8 e(\ fis4)\!
 }


I think to-barline property of hairpins should help you.

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


Re: Hairping length

2014-04-21 Thread Pierre Perol-Schneider
2014-04-21 9:43 GMT+02:00 Helge Kruse helge.kr...@gmx.net:

 Hello,


Hi Helge
Same as Jan-Peter and Janek.
Check here :
http://www.lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-attached-to-notes#dynamics
(go to selected snippets)

~Pierre
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Hairping length

2014-04-21 Thread Helge Kruse

Am 21.04.2014 09:53, schrieb Jan-Peter Voigt:

 \relative c'' { c4 b\  bes\! \override Hairpin.to-barline = ##f a\ 
 | g\! }


Am 21.04.2014 09:55, schrieb Janek Warchoł:


I think to-barline property of hairpins should help you.


Thanks to all, this helps. I wasn't aware of that property and that I 
have to disable something to make the hairpin work for all position of 
the notes.


Regards
Helge



smime.p7s
Description: S/MIME Kryptografische Unterschrift
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user