Barline thickness, dashed barline

2005-08-30 Thread Mehmet Okonsar
Thank for helping me out those questions:

1-I want to make barlines somewhat thinner,
\override Barline #'thickness = #3.0 (and other values, put inside a layout
block) didn't worked..

2-I want to have another look for the dashed barline:
\bar :
I'd rather prefer a slimmer looking dashed line instead of dots..

Best Regards,
Mehmet Okonsar, pianist-composer
www.okonsar.com




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


Re: LilyPond resource usage

2005-08-30 Thread Han-Wen Nienhuys

Hans de Rijck wrote:

During first 8 minutes, total bytes read (that is, read from disk) increases
rapidly to 9.6 Gb. This is bizar!


Yes, I suspect a bug in the way you measure the resource usage. Or do 
you  have an extreme number of fonts installed?


--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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


Re: Barline thickness, dashed barline

2005-08-30 Thread Han-Wen Nienhuys

Mehmet Okonsar wrote:

Thank for helping me out those questions:

1-I want to make barlines somewhat thinner,
\override Barline #'thickness = #3.0 (and other values, put inside a layout
block) didn't worked..


try Staff.BarLine (note the capital L)



2-I want to have another look for the dashed barline:
\bar :
I'd rather prefer a slimmer looking dashed line instead of dots..



I can add this as a sponsored feature. Contact me privately if interested.


--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



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


Problem getting started

2005-08-30 Thread Matt Wallis
Hi,

I've just installed Lilypond. lilypond --help works fine,  but I can't run 
the simple test:

[EMAIL PROTECTED]:~/home2/Music/Scores cat test.ly
{
c4( c)
}
[EMAIL PROTECTED]:~/home2/Music/Scores lilypond test
GNU LilyPond 2.6.3
ERROR: In procedure hash-fold:
ERROR: Wrong type argument in position 3: ((#primitive-procedure 
ly:lily-parser? . #procedure #f ()) (#primitive-procedure 
ly:set-point-and-click . #procedure #f ()) (#primitive-procedure 
ly:parse-file . #procedure #f ()) (#primitive-procedure 
ly:parse-string . #procedure #f ()) (#primitive-procedure 
ly:clone-parser . #procedure #f ()) (#primitive-procedure 
ly:parser-define . #procedure #f ()) (#primitive-procedure 
ly:parser-lookup . #procedure #f ()) (#primitive-procedure 
ly:parser-parse-string . #procedure #f ()) (#primitive-procedure 
ly:parser-set-note-names. #procedure #f ()) (#primitive-procedure 
ly:lily-lexer? . #procedure #f ()) (#primitive-procedure 
ly:input-location? . #procedure #f ()) (#primitive-procedure 
ly:input-message . #procedure #f ()) (#primitive-procedure 
ly:input-file-line-char-column . #procedure #f ()) (#primitive-procedure 
ly:input-both-locations . #procedure #f ()) (#primitive-procedure 
ly:export . #procedure #f ()) (#primitive-procedure ly:grob? . 
#procedure #f ()) (#primitive-procedure ly:grob-set-property! .

etc ...


Your help would be much appreciated

Matt.


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


Re: script direction not yet known

2005-08-30 Thread Han-Wen Nienhuys

Trevor Baca wrote:

Somewhere in some input I've specified neither ^ nor _ for some script.

Lily then says

  programming error: script direction not yet known
  continuing, cross fingers

The output is fine. But is there a way to coax Lily to tell me *where*
the script is that has no direction specification (so that I can add
such a specification to my input and avoid the warning)?



fixed in CVS, with the compliments of LSD.

--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



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


Re: lilypond-user Digest, Vol 33, Issue 88

2005-08-30 Thread Han-Wen Nienhuys

Henrik Frisk wrote:
 In any event I was about to put up a feature request for an 
implementation for l.v.

 a while ago but never got around to it.

Would you like me to send you a quote for that?

It could easily be done by 
 adding glyphs to the feta font with noteheads with short ties 
attached to

 them (that method has some drawbacks though...).

I would use the new implementation of TieColumn, because then I can 
reuse all that formatting code.


--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



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


Laissez vibrer and TieColumn (Was: Making a quarter note...)

2005-08-30 Thread Henrik Frisk
Han-Wen Nienhuys [EMAIL PROTECTED] wrote:

 Henrik Frisk wrote:
   In any event I was about to put up a feature request for an
implementation for l.v.
   a while ago but never got around to it.
 
 Would you like me to send you a quote for that?

Yes, sure, I'd be interested. Kilian?
 
  It could easily be done by 
   adding glyphs to the feta font with noteheads with short ties
attached to
   them (that method has some drawbacks though...).
 
 I would use the new implementation of TieColumn, because then I can
 reuse all that formatting code.
 
Speaking of TieColumn, how do I use it in a polyphonic context (multiple 
voices)? 
In the following example it doesn't do anything (It does if I remove the upper 
voice).

% BEGIN SNIPPET %

\version 2.7.7

\score {
   \new Staff 
 \relative c'' {
\time 6/8
   
{
  s4. ais' bis'4.~ 
  \set Score.measureLength = #(ly:make-moment 9 8)
  ais bis'4.~ \hideNotes ais bis'4. \unHideNotes
} \\
{
  cis, d2.~ 
  \override Voice.TieColumn #'tie-configuration =
  #'((0 . -1)  (2 . 1))
  cis d4.~ \hideNotes cis d4. \unHideNotes
} \\ 
  
  \stopStaff
  s4. \bar ||
}

}
%% END SNIPPET %

/henrik


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


Wrong characters with jEdit

2005-08-30 Thread Oddmund Åvik
Is there anybody who knows jEdit?
It is impossible to get the special Norwegian characters ÅåØøÆæ right 
in the headings, and also the Swedish ÄäÖä and German Üü. I have tried 
many encodings in Preferences  General  Default character encoding, 
like UTF 8, ISO 8859, Mac Roman etc. Should I do some other settings?

Also, using F3 it will no longer make pdf-files, only ps-files (which I 
can doubleclick to make pdf).

jEdit 4.2
Lilypond 2.4.2
Mac mini 1.25 1 GHz Tiger

Regards,
Oddmund Åvik


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


Re: LilyPond resource usage

2005-08-30 Thread Hans de Rijck
 
 Yes, I suspect a bug in the way you measure the resource usage. Or do 
 you  have an extreme number of fonts installed?
 

I don't think so. It's the windows taskmanager, AFAIK its above suspicion.

I sent you an attached .png but it was bounced by the group.

total number of fonts installed: 129 (no, that's not extreme).

regards,

Hans.


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


Re: LilyPond resource usage

2005-08-30 Thread Han-Wen Nienhuys

Hans de Rijck wrote:
Yes, I suspect a bug in the way you measure the resource usage. Or do 
you  have an extreme number of fonts installed?





I don't think so. It's the windows taskmanager, AFAIK its above suspicion.

see attached .png

total number of fonts installed: 129 (no, that's not extreme).


The suspicious number is actually 18,601,020 - it's doing a lot of small 
reads. What happens if you run with --verbose? What does lily do when 
the increase happens.


--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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


Re: LilyPond resource usage

2005-08-30 Thread Hans de Rijck

 The suspicious number is actually 18,601,020 - it's doing a lot of small
 reads.

Agreed, figures are consistent with blocked I/O and 512 bytes/block

 What happens if you run with --verbose? What does lily do when
 the increase happens.


Here is the verbose output:

First part: no spectacular increase**

G:\MusicCvtE:\Program Files\LilyPond\usr\bin\lilypond --verbose kv299.ly
GNU LilyPond 2.6.3

LILYPOND_DATADIR=/usr/share/lilypond/2.6.3
LOCALEDIR=/usr/share/locale

Effective prefix: E:/Program Files/LilyPond/usr/share/lilypond/2.6.3
FONTCONFIG_FILE=E:/Program Files/LilyPond/usr/etc/fonts/fonts.conf
GS_FONTPATH=E:/Program Files/LilyPond/usr/share/gs/fonts;E:\WINNT/fonts
GS_LIB=E:/Program Files/LilyPond/usr/share/gs/lib
GUILE_LOAD_PATH=E:/Program Files/LilyPond/usr/share/guile/1.7
PANGO_RC_FILE=E:/Program Files/LilyPond/usr/etc/pango/pangorc
PATH=E:/Program Files/LilyPond/usr/bin;E:\Program
Files\Borland\Delphi7\Bin;E:\
Program
Files\Borland\Delphi7\Projects\Bpl\;E:\WINNT\system32;E:\WINNT;E:\WINNT\
System32\Wbem;E:\DLL;E:\tools;E:\Program Files\Common Files\Ulead
Systems\MPEG;E
:\Perl\bin\;D:\BITWARE\;C:\WINDOWS;C:\UTILITY\DOS;D:\LANTASTI;C:\;D:\;C:\UTI
LITY
\UTILS;C:\UTILITY\PCTOOLS;C:\UTILITY\SCS;;C:\TOEPAS\WP60;C:\IEXPLORE
Initializing FontConfig...
adding font directory: E:/Program
Files/LilyPond/usr/share/lilypond/2.6.3/fonts/
otf/
adding font directory: E:/Program
Files/LilyPond/usr/share/lilypond/2.6.3/fonts/
type1/
adding font directory: E:/Program
Files/LilyPond/usr/share/lilypond/2.6.3/fonts/
svg/
Processing `kv299.ly'
Parsing...[E:/Program
Files/LilyPond/usr/share/lilypond/2.6.3/ly/init.ly[E:/Prog
ram
Files/LilyPond/usr/share/lilypond/2.6.3/ly/declarations-init.ly[E:/Program F
iles/LilyPond/usr/share/lilypond/2.6.3/ly/music-functions-init.ly][E:/Progra
m Fi
les/LilyPond/usr/share/lilypond/2.6.3/ly/nederlands.ly][E:/Program
Files/LilyPon
d/usr/share/lilypond/2.6.3/ly/drumpitch-init.ly][E:/Program
Files/LilyPond/usr/s
hare/lilypond/2.6.3/ly/chord-modifiers-init.ly][E:/Program
Files/LilyPond/usr/sh
are/lilypond/2.6.3/ly/script-init.ly][E:/Program
Files/LilyPond/usr/share/lilypo
nd/2.6.3/ly/scale-definitions-init.ly][E:/Program
Files/LilyPond/usr/share/lilyp
ond/2.6.3/ly/grace-init.ly][E:/Program
Files/LilyPond/usr/share/lilypond/2.6.3/l
y/midi-init.ly[E:/Program
Files/LilyPond/usr/share/lilypond/2.6.3/ly/performer-i
nit.ly]][E:/Program
Files/LilyPond/usr/share/lilypond/2.6.3/ly/paper-defaults.ly
[E:/Program
Files/LilyPond/usr/share/lilypond/2.6.3/ly/titling-init.ly]][E:/Prog
ram Files/LilyPond/usr/share/lilypond/2.6.3/ly/engraver-init.ly][E:/Program
File
s/LilyPond/usr/share/lilypond/2.6.3/ly/dynamic-scripts-init.ly][E:/Program
Files
/LilyPond/usr/share/lilypond/2.6.3/ly/spanners-init.ly][E:/Program
Files/LilyPon
d/usr/share/lilypond/2.6.3/ly/property-init.ly]][kv299.ly]
Interpreting music... [E:/Program
Files/LilyPond/usr/share/lilypond/2.6.3/fonts/
otf/emmentaler-20.otf]
E:/Program Files/LilyPond/usr/share/lilypond/2.6.3/ly/grace-init.ly:16:8:
warnin
g: can't end slur
s1*0
)
kv299.ly:4129:39: warning: adding note head to incompatible stem (type = 32)
\appoggiatura { c'32\f  e g  }
   c4. g8 e c e g |
kv299.ly:4129:39: warning: maybe input should specify polyphonic voices
\appoggiatura { c'32\f  e g  }
[8][16][24][32][40][48][56][64][72][80][88][96][104][112][120]
kv299.ly:426:26: warning: barcheck failed at: 1/2
 g g' 1 e'2
  |
kv299.ly:1226:26: warning: barcheck failed at: 1/2
 g g' 1 e'2
[128][136][144][152][160] |
E:/Program Files/LilyPond/usr/share/lilypond/2.6.3/ly/grace-init.ly:16:8:
warnin
g: can't end slur
s1*0
)
E:/Program Files/LilyPond/usr/share/lilypond/2.6.3/ly/grace-init.ly:16:8:
warnin
g: can't end slur
s1*0
)
E:/Program Files/LilyPond/usr/share/lilypond/2.6.3/ly/grace-init.ly:16:8:
warnin
g: can't end slur
s1*0
)
E:/Program Files/LilyPond/usr/share/lilypond/2.6.3/ly/grace-init.ly:16:8:
warnin
g: can't end slur
s1*0
)
E:/Program Files/LilyPond/usr/share/lilypond/2.6.3/ly/grace-init.ly:16:8:
warnin
g: can't end slur
s1*0
)
E:/Program Files/LilyPond/usr/share/lilypond/2.6.3/ly/grace-init.ly:16:8:
warnin
g: can't end slur
s1*0
[168][176][184][192][200][208][216][224][232][240][248][256]
elapsed time: 222.26 seconds
Element count 92563 (spanners 6362)
Preprocessing graphical objects...

Here it starts doing lots of I/O**

Grob count 116667[E:/Program
Files/LilyPond/usr/share/lilypond/2.6.3/fonts/otf/e
mmentaler-11.otf]
Calculating line breaks...
[century_schoolbook_l__1.6865234375][feta-alphabet11_
3.865234375]
Global shortest duration is 1/16
[century_schoolbook_l__2.125][3][6][9][12][15][18][21][24][27][30][33][36][3
9][4
2][45][48][51][54][57][60][63][66][69][72][75][78][81][84][87][90][93][96][9
9][1
02][105][108][111][114][117][120][123][126][129][132][135][138][141][144][14
7][1

Re: script direction not yet known

2005-08-30 Thread Trevor Bača
On 8/30/05, Han-Wen Nienhuys [EMAIL PROTECTED] wrote:
 Trevor Baca wrote:
  Somewhere in some input I've specified neither ^ nor _ for some script.
 
  Lily then says
 
programming error: script direction not yet known
continuing, cross fingers
 
  The output is fine. But is there a way to coax Lily to tell me *where*
  the script is that has no direction specification (so that I can add
  such a specification to my input and avoid the warning)?
 
 
 fixed in CVS, with the compliments of LSD.

Cool. I've since found out that what was generating that particular
programming error was setting the above-staff or below-staff of a
dynamic with something like:

  c'4^\f

or

  c'4_\f

No such error would occur, of course, with simply c'\f since no
direction was being forced upon the dynamic.

-- 
Trevor Bača
[EMAIL PROTECTED]
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: HEADSUP: autopackage and guile 1.6.7

2005-08-30 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes:

 If you can, upgrade guile packages to 1.6.7.  Otherwise, wait for a
 new autopackage that includes guile.  I'll see to include guile 1.7.x.

We decided not to include guile 1.7.x for now, but there's an autopackage
that comes with guile 1.6.7 available from

  http://lilypond.org/download/binaries/autopackage/lilypond-2.6.3.1.x86.package

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


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


Re: Problem getting started

2005-08-30 Thread Jan Nieuwenhuizen
Matt Wallis writes:

 [EMAIL PROTECTED]:~/home2/Music/Scores lilypond test
 GNU LilyPond 2.6.3
 ERROR: In procedure hash-fold:
 ERROR: Wrong type argument in position 3: ((#primitive-procedure

 Your help would be much appreciated

See

http://lists.gnu.org/archive/html/lilypond-user/2005-08/msg00481.html


You might also get lucky by trying


http://lilypond.org/download/binaries/autopackage/lilypond-2.6.3.1.x86.package

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


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


accidentals in ornaments

2005-08-30 Thread David Fedoruk
Hi:

In this segment in the third bar  there should be  natural signs both
above and below the reverse turn. How do I typeset that?

--- code ---

upper = \relative c' {
\clef treble
 \key ees \major
   \time 2/4
   
% measure 1   
 g' ees4 f bes,4 |
 
% measure 2
 ees g4. ees16._([ aes32 ] ) |
 
 
% measure 3
 g8[ (g16. des'32)] ) c8[ c16. d32\reverseturn] |
 

 ees, ees'8.  }



-- end code


thanks for your help

david



-- 
David Fedoruk
B.Mus. UBC,1986
Certificate in Internet Systems Administration, UBC, 2003

Music is enough for one's life time, but one life time is not enough
for music Sergei Rachmaninov


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


Re: can't quite find grandstaff in chamber piece instructions

2005-08-30 Thread Jay Hamilton, Sound and Silence
I hadn't - I'm still trying to learn where to look for things and since 
I don't have broadband I am not easily able to jump back and forth when 
i run into a problem.

I downloaded the pdf of manual next step the tips and tricks.
Thanks
Jay

Mats Bengtsson wrote:


Sorry, I don't understand your question. Could you please clarify
what you want to obtain.

I hope you have browsed through the Tips and Tricks and Regression
Test documents. Especially, the example called coriolan-margin.ly in
Tips and Tricks might possibly be useful.

   /Mats

Jay Hamilton, Sound and Silence wrote:


Hello-
please direct me in the manual to the place that explains how to bury 
the grandstaff in a chamber ensemble.  The parts I have found so far 
only speak to lyrics not in the middle of an orchestral piece.

Thanks.
Jay





--
Childhood is a Journey not a race- Emma Sadinsky aged 8
Jay Hamilton
Sound and Silence
206-328-7694
www.soundand.com



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


More Centred Dynamics

2005-08-30 Thread Will Oram
(Sorry if this gets reposted; I seem to be having a nasty habit  
lately of sending lilypond e-mails from my nonregistered e-mail  
address!)


I tried Mats' template for centred piano dynamics but found it to be  
off-balance. Maybe I will try later with greater tweaking. Also, do  
the dynamics in this template apply themselves to MIDI, or is it  
functional only in layout?


In the meantime, I have reverted back to the example given in the  
manual. When I try the code below -- typed by myself, not copied --  
the piano staff appears as a three-staff system, with dynamics wedged  
between the second and third. This was tried with and without the  
MIDI \score block. If there's a typing error on my part, I sure don't  
see it.


\version 2.7.6

upper = \relative c'' {
\clef treble
\key c \major
\time 4/4

a b c e
}

lower = \relative c {
\clef bass
\key c \major
\time 4/4

c2 a
}

dynamics = {
s2\fff\ s4
s\pp\!
}

pedal = {
s2\sustainDown s2\sustainUp
}

\score {
\context PianoStaff 
\context Staff = upper \upper
\context Staff = dynamics \dynamics
\context Staff = lower \lower
\context Dynamics = pedal \pedal


\layout {
\context {
\type Engraver_group
\name Dynamics
\alias Voice
\consists Output_property_engraver

minimumVerticalExtent = #'(-1 . 1)
pedalSustainStrings = #'(Ped. *Ped. *)
pedalUnaCordaStrings = #'(una corda  tre corde)

\consists Piano_pedal_engraver
\consists Script_engraver
\consists Dynamic_engraver
\consists Text_engraver

\override TextScript #'font-size = #2
\override TextScript #'font-shape = #'italic
\override DynamicText #'extra-offset = #'(0 . 2.5)
\override Hairpin #'extra-offset = #'(0 . 2.5)

\consists Skip_event_swallow_translator
\consists Axis_group_engraver
}

\context {
\PianoStaff
\accepts Dynamics
\override VerticalAlignment #'forced-distance = #7
}
}
}


I have to smile and remember
when you accuse me of that smell
--
   _   |  WILL ORAM
ASCII ribbon campaign ( )  |  spamguy (at) foxchange . com
 - against HTML email  X   |  wro1 (at) cwru . edu
  vCards / \  |
   |  AIM spamguy21
--
(ABOVE: Magnetic poetry #3)


learn from Crunchy
--
   _   |  WILL ORAM
ASCII ribbon campaign ( )  |  spamguy (at) foxchange . com
 - against HTML email  X   |  wro1 (at) cwru . edu
  vCards / \  |
   |  AIM spamguy21
--
(ABOVE: Magnetic poetry #2, by Brian Lauber)



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


Re: More Centred Dynamics

2005-08-30 Thread Trevor Bača
On 8/30/05, Will Oram [EMAIL PROTECTED] wrote:
 (Sorry if this gets reposted; I seem to be having a nasty habit
 lately of sending lilypond e-mails from my nonregistered e-mail
 address!)
 
 I tried Mats' template for centred piano dynamics but found it to be
 off-balance. Maybe I will try later with greater tweaking. Also, do
 the dynamics in this template apply themselves to MIDI, or is it
 functional only in layout?
 
 In the meantime, I have reverted back to the example given in the
 manual. When I try the code below -- typed by myself, not copied --
 the piano staff appears as a three-staff system, with dynamics wedged
 between the second and third. This was tried with and without the
 MIDI \score block. If there's a typing error on my part, I sure don't
 see it.

snip

Hi Will,

Try replacing ...

\context PianoStaff 
\context Staff = upper \upper
\context Staff = dynamics \dynamics % this line needs to change
\context Staff = lower \lower
\context Dynamics = pedal \pedal


... with ...

\context PianoStaff 
\context Staff = upper \upper
\context Dynamics = dynamics \dynamics % here's the right version
\context Staff = lower \lower
\context Dynamics = pedal \pedal


... noting carefully to put your \dynamics in the Dynamics context
you've built (rather than in the Staff context).


-- 
Trevor Bača
[EMAIL PROTECTED]
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Stemside, slurred staccati

2005-08-30 Thread Trevor Bača
What's a nice way to clean this bit up?

I'd like the slur to be above *all* four staccati, especially the
first and last ones, preferrably aligning neatly to the outer
staccati.

Any fiddling suggestions?

% BEGIN STEMSIDE SLURRED STACCATI SNIPPET %%%

\version 2.7.8

\score {
   \context Staff = 1 {
  g'8[^(^\staccato
  g'8^\staccato
  g'8^\staccato
  g'8^\staccato)]
   }
}

%%% END SNIPPET %

Also ...

Is there a reason that the first of the four staccati in the second
snippet doesn't seem to obey #'slur-padding? Bug, possibly?

%%% BEGIN SLUR-PADDING SNIPPET %%%

\score {
   \context Staff = 1 {
  \override Script #'avoid-slur = #'outside
  \override Script #'slur-padding = #2
  g'8[^(^\staccato
  g'8^\staccato
  g'8^\staccato
  g'8^\staccato)]
   }
}

% END SECOND SNIPPET 


-- 
Trevor Bača
[EMAIL PROTECTED]


clean-up.png
Description: PNG image


slur-padding.png
Description: PNG image
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


New slur/tie behaviour

2005-08-30 Thread Walter Hofmeister
Hi All,
I just type-set a piece using version 2.7.7 and this piece also had some
ties in it. In this example I thought the new behavior was a bit odd as I
have two ties in a row but they are longer note values and should they not
appear at the same level? I noticed that the change-log gives an example of
this new feature but the first note is tied to a very short note followed by
a longer one. In this example having the two ties at a slightly different
height seems to look OK but as the notes are spread out more (longer note
values), it looks more odd.
Any differing opinions? Here is my example:

**

\version 2.7.7

 melody = \relative c'' {
 \clef treble
 \key a \minor
\time 3/4

e2 d4
c8 a4. ~ a4
c2 d4
c8 a4. ~ a4 ~
a2.
}
 
 
\score {
\context Staff = one \melody
 
\layout{ }
\midi { \tempo 4=60}
} 

*

Thanks for your response.

Walter Hofmeister




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


Possible tie bug?

2005-08-30 Thread Bec and John Silva

Hi,

I have noticed a few things, possibly bugs, in a score I recently  
typeset using 2.7.8 that didn't exist in a pdf I previous typeset  
with Lilypond (not sure which version, sorry!). Here are some  
examples - all examples are 2.7.8 vs. a previous version:




 vs 


As you can see, the tie is too close to the dot.



 vs. 


I doubt this is a bug (though I didn't expect it), but I've noticed  
this different placement of ties. However, what I don't understand is  
that it's not always consistent:




 (2.7.8)

Where the tie on the same note is in a different location. Why?

I know that improved ties are part of the 2.7 release, and I'm sure  
they are great. If they're not bugs, perhaps someone could help me  
understand these things I've brought up. Thanks!


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


breakable = ##f ?

2005-08-30 Thread Graham Percival

What does breakable mean?  The program reference defines it as
Can this object appear at a line break, like clefs and bar lines? 
but it appears to have no affect in the following example:


\paper{ linewidth=10\cm }
\relative c'{
\override Glissando #'breakable = ##f
c4 c c c c c c c c c c c
\glissando c''
c c c c c c c c c c c
}



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


Re: Missaligned staffs in PDF output from lilypond 2.7.7

2005-08-30 Thread Graham Percival


On 30-Aug-05, at 4:40 PM, Daniel Tonda Castillo wrote:


I'm having trouble with the alignment and line breaking (\break) with
lilypond-book.


Have you read
http://lists.gnu.org/archive/html/lilypond-user/2005-08/msg00419.html
?
This sounds like the same problem.

Cheers,
- Graham



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


\mark on top of staff (was: TextScript implements self-alignment interface)

2005-08-30 Thread Graham Percival


On 28-Aug-05, at 8:23 PM, Trevor Baca wrote:
For the at-home audience that might wanna try out the syntax, this 
will work:


Thanks!  This showed me how to do a different tweak: positioning a \mark
above all other notation on a staff.
(presented here for the same at-home audience)

{
\override Score.RehearsalMark #'Y-offset-callbacks = #(list
Self_alignment_interface::aligned_on_parent
)
  c1^1^2^3
\mark Foo
  c1
\override Score.RehearsalMark #'self-alignment-Y = #0.7
  c1^1^2^3
\mark Foo
  c1
}



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