Re: hiding grace notes

2011-10-24 Thread -Eluze
Federico Bruni-5 wrote: > > Il 23/10/2011 23:33, -Eluze ha scritto: >> there are those 3 engravers: >> >> Grace_beam_engraver >> Grace_engraver >> Grace_spacing_engraver >> >> maybe removing them could help? > thanks for the tip > unfort

Re: hiding grace notes

2011-10-26 Thread -Eluze
David Kastrup wrote: > > -Eluze writes: > >> Federico Bruni-5 wrote: >>> > > systemgrace = #grace > grace = #(define-music-function (parser location m) > #{ \tag #'grace \systemgrace $m #}) > > Then define your music in \mymusic

Re: Scores within a book in two columns

2011-10-30 Thread -Eluze
> why should this not work - see attached example http://old.nabble.com/file/p32749083/test.ly test.ly but i don't think headers inside markup scores will render. Eluze -- View this message in context: http://old.nabble.com/Scores-within-a-book-in-two-columns-tp327486

Re: Voice Context Continuing After Lyrics Were Added and Ended

2011-11-02 Thread -Eluze
'1 d1 > } > } > > Instead of c'1 d1, only two empty bars appear. > use associatedVoice instead of \lyricsto \new Staff { \new Voice = "melody" \relative { a'1 << \context Voice = "melody" b \context Lyrics = &q

Re: Difference Between \lyricsto and associatedVoice With Melody Rhythm

2011-11-06 Thread eluze
\new Voice = "sungB" { \sungmelodyTwo } \new Voice = "unsung" { \unsungmelodyC } \new Voice = "sungC" { \sungmelodyThree } } \context Lyrics = "A" \lyricsto "sungA" \wordsA \context Lyrics = "A" \lyric

Re: Difference Between \lyricsto and associatedVoice With Melody Rhythm

2011-11-06 Thread eluze
hi Bill I will have to do more to get the idea of 'contexts' firmly placed in my head! :) don't try to hard with this 'buggy' context! Still no obvious reason why barcheck numbers are so unusual... can't see wh

Re: Chord symbols above staff

2011-11-07 Thread eluze
have a look at 'Vertically aligning ossias and lyrics' in http://lilypond.org/doc/v2.15/Documentation/notation/modifying-single-staves#ossia-staves Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailma

Re: Hiding or delaying new staffs

2011-11-08 Thread -Eluze
hi steve downes wrote: > > >> To get rid of all except piano staffs which only contain Whole >> Measure Rests, use: >> >> \layout { >> \context { >>\RemoveEmptyStaffContext >>\override VerticalAxisGroup #'remove-first = ##t >> } >> } > > Thanks for your very prompt reply. I had alre

Re: Call for help

2011-11-10 Thread Eluze
- think one or two days a week would fit! unfortunately my laptop had its last day last night and i'll have to find a solution (which might take a few days) btw, i couldn't find the mail address of Phil! Eluze ___ lilypond-user mailing list

Re: Call for help

2011-11-10 Thread -Eluze
atter - as long as you don't want me to get up at 6 o'clock in the morning. if it's ok for you, don't schedule me for weekends. Eluze -- View this message in context: http://old.nabble.com/Call-for-help-tp32812504p32822480.html Sent from the Gnu

Re: Liste de mots clés LilyPond

2011-11-20 Thread Eluze
et je crains que ça va durer. je reviendrai dans queleques jours! cordialement Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Increasing line spacing in long paragraphs

2011-11-29 Thread -Eluze
tion/notation-big-page#other hth Eluze -- View this message in context: http://old.nabble.com/Increasing-line-spacing-in-long-paragraphs-tp32880864p32882594.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-use

Re: Overriding fingering font and \markup \finger

2011-12-05 Thread -Eluze
the markup: > since you use a \markup you can override the TextScript property: \relative c'' { \override TextScript #'font-name = #'"Arial Black" 8 ^\markup { \finger "2020" } } Eluze -- View this message in context: http://old.nabble.com/Overri

Re: Set global staff size as command line option

2011-12-08 Thread -Eluze
am Files (x86)/LilyPond/usr/share/lilypond/current/scm/lily.scm:709:3: In procedure scm_i_lreadparen in expression (eval-string (ly:command-line-code)): C:/Program Files (x86)/LilyPond/usr/share/lilypond/current/scm/lily.scm:709:3: #:1:25: end of file what's wrong? Eluze -- View this

Re: ragged-last-bottom doesn't take

2011-12-10 Thread -Eluze
ply fill two pages or more should have this set to true. It also affects the last page of book parts, i.e. parts of a book created with \bookpart blocks." Eluze -- View this message in context: http://old.nabble.com/ragged-last-bottom-doesn%27t-t

Re: ragged-last-bottom doesn't take

2011-12-10 Thread -Eluze
lt;< \new PianoStaff { << \context Staff = rightOne { \context Voice = rightOne \music } \context Staff = leftOne { \context Voice = leftOne \music } >> } \context Staff = unten { \context Voice = pedalOne \music }

Re: Fingering Change on a chord note. Thumb in a fingering change.

2011-12-14 Thread -Eluze
care. I am only concerned about the end result. > if you include the code of http://lsr.dsi.unimi.it/LSR/Item?u=1&id=768 you can simply write { \addFingering #"2 '3|4'" } Eluze -- View this message in context: http://old.nabble.com/Fingering-Change-on-a-chord-no

Re: How to get ps files as output from Lilypond

2011-12-16 Thread -Eluze
Jiri Zurek (Prague) wrote: > > Hello, I am getting PDF files as an output from Lilypond. However, I would > need postscript *.ps files instead (but NOT eps files). How do I achieve > getting .ps files as output, please? > simply lilypond --ps test1.ly -- View this message in context: http://

Re: skipTypesetting oddities

2011-12-17 Thread -Eluze
mple you could define showLastLength = R1*1 the purpose of these functions is just to limit the compilation time when entering music - it will never claim a correct output considering all the (possibly sophisticated) skipped music! Eluze -- View this message in context: http://old.nabble.com/ski

Re: skipTypesetting oddities

2011-12-18 Thread -Eluze
Damian leGassick wrote: > > > > I appreciate the fact that it was designed to save time when entering > data, but I'm still curious as why even my minimal examples don't work > properly. > > I have a five hundred bar full orchestral score and I need to typeset just > bars 111-116 (and about

Re: skipTypesetting oddities

2011-12-18 Thread -Eluze
hopefully someone in dev will find some time to look at this again soon > if any of the e-naturals are tied, a tie gets printed between the first 2 > d-naturals > i just posted a bug-report: https://code.google.com/p/lilypond/issues/detail?id=2120&colspec=ID%20Type%20Status%20Stars%

Re: Organmusic with same spacing in staffgroup as above pedal staff

2011-12-20 Thread -Eluze
acing (other > than manually setting staff-staff-spacing and staffgroup-staff-spacing > on the StaffGrouper to the same values)? > i'm not certain about the use of topLevelAlignment and its location (should it only be used in a \Score context? at least there it doesn't hang) a

Re: mailing list fot italian users

2011-12-22 Thread -Eluze
Federico Bruni-5 wrote: > > Il 21/12/2011 18:55, AB ha scritto: >> Federico Bruni gmail.com> writes: >> >>> >>> I'd like to create a mailing list for italian users. >>> Which hosting do you recommend? Googlegroups or gnu.org? >>> >> >> Hi Federico, it's a good idea. >> Do you have some news? >

Re: problems with user-defined command line options

2011-12-23 Thread -Eluze
ne-music-function (parser location) () (if (eqv? #t (ly:get-option 'var)) #{ \override Slur #'transparent = ##t #} #{ #}) ) test = { \slurSwitch c2 ( d ) } \score { \test } i'd appreciate scheme experts to confirm this is how to use this option or to pro

Re: instrument name or \markup question

2011-12-24 Thread -Eluze
lily-user wrote: > > Newbie question, > How do I make the "Flute" instrument name appear like the one in the image > i.e., along with the 1 2 player information, with the correct alignment. > Thanks. > > http://old.nabble.com/file/p33030134/markup.jpg > \new Staff \with { instrumen

Re: Skip a chord in a lead sheet

2011-12-24 Thread -Eluze
gajatko wrote: > > > Hello, > > I would like to skip a given duration in a list of chords. For example, I > have notes: > c''2 bes'2 c''1 e''2 d''2 e''1 > and want to have chords displayed for these notes: > C (skip a chord for bes) Em C D C > My application, which uses LilyPond for d

Re: problems with user-defined command line options

2011-12-24 Thread Eluze
hi Marc i think *no* has a special meaning here: it puts the default value to the opposite! in your case you define a variable *slur* with #f - and there is no variable *no-slur*. so probably using another name for your variable will get the correct result. hth Eluze Am 24.12.2011 09:13

Re: instrument name or \markup question

2011-12-24 Thread -Eluze
;2" } } } {c d e f} \new Staff \with { instrumentName = \markup \override #'(line-width . 8) \fill-line { "Piccolo" \null } } {c d e f} >> hth Eluze -- View this message in context: http://old.nabble.com/instrument-name-or-%5Cmarkup-question-tp330301

Re: problems with user-defined command line options

2011-12-25 Thread -Eluze
Nicolas Sceaux wrote: > > > $ lilypond -dwithout-slur toto.ly > GNU LilyPond 2.15.20 > Avertissement : option interne inconnue : without-slur > Traitement de « toto.ly » > Analyse... > without-slur option: #t > Success: compilation successfully completed > > You will have a warning for each un

Re: instrument name or \markup question

2011-12-25 Thread -Eluze
ll than > having the full line width. This way, \fill-line will work as expected. > thanks for this function! > This should be the default, imho. > i fully agree! will you put it into LSR in the meantime or shall we raise a new issue!? Eluze -- View this message in context: http:

Re: lyrics with polyphany

2011-12-27 Thread -Eluze
} > >> > > \layout { > \context { > \GrandStaff > \accepts "Lyrics" > } > \context { > \Score > \remove "Bar_number_engraver" > } > \context { > \Lyrics > \consists &quo

Re: lyrics with polyphany

2011-12-27 Thread -Eluze
#automatic-part-combining and scrolling down a few pages we get to Known issues and warnings All \partcombine... functions can only accept two voices and are not designed to work with lyrics such that when one of the voices is explicitly named in order to attach lyrics to it, the partcombiner w

Re: lyrics with polyphany

2011-12-29 Thread -Eluze
\upperbottom } \new Lyrics \mytext >> \new Staff = "lower" << \new Voice = "lowpart1" { \voiceOne \uppertop } \new Voice = "lowpart2" { \voiceTwo \upperbottom } >> >> i think there are more examples about polyphonic notation in

Re: Bug squad - updated list

2012-01-02 Thread -Eluze
Phil Holmes wrote: > > Thanks to Ralph, Marek and Eluze for volunteering to help with the Bug > Squad. Based on their input, I believe this is a workable schedule. > > Monday:Ralph > Tuesday:Eluze > Wednesday: Brett > Thursday: Ralph > Friday:

Re: Bug squad - updated list

2012-01-02 Thread -Eluze
Graham Percival-3 wrote: > > On Mon, Jan 02, 2012 at 03:15:45PM -, Phil Holmes wrote: >> - Original Message ----- From: "-Eluze" >> To: >> Sent: Monday, January 02, 2012 2:50 PM >> Subject: Re: Bug squad - updated list > >> >i beli

Re: Skipping bars in Lyric Mode

2012-01-05 Thread -Eluze
Sebastian Canagaratna wrote: > > Hello: > > I've been trying to set the music to In the bleak mid-winter by Harold > Drake > ( 100 Carols for Choirs ) and I have the following problem: > > The first verse is accompaniment and Soprano, 2nd Verse is SATB and third > verse is Tenor solo followe

Re: Help with autochange

2012-01-08 Thread -Eluze
\oneVoice! hth Eluze Helge Kruse-2 wrote: > > Hello, > > corresponding to the NR 2.2.1, page 285 "Changing staff automatically" I > have to add the \autochange before the \relative. I wrote four measures of > the pieces and add the \autochange. But this breaks it comp

Re: vertical alignment & inversion of horizontal brackets

2012-01-12 Thread -Eluze
tal > brackets? (I'd like to place them below the staff.) > > \version "2.15.23" % on Mac OS X > { \[ c''2 c''2 \] } > > hi \override LigatureBracket #' direction = #DOWN hth Eluze -- View this message in context: http://old.nabble.

Re: Trouble with acciaccatura at the beginning of a piece

2012-01-12 Thread -Eluze
t this, but I have not been able > to understand the problem after hours of trying - clearly it relates to > starting with the acciaccaturas, but I have not found a solution. > > known bug! a solution is to add an ornament to the staves which have none, too: bassPart = \relative

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-15 Thread -Eluze
{ $(mmrest-of-length cnotes) } > > \score{ > << > \new Staff \cnotes > \new Staff \mnotes > \new Staff \snotes > >> > } > - why do you specify \cadenzaOn and -off? - how would you write a multi measure rest corresponding to 5 eighths in the other

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-15 Thread -Eluze
Paul Scott-4 wrote: > > On 01/15/2012 02:08 PM, -Eluze wrote: >> >> Paul Scott-4 wrote: >>> Hi, >>> >>> Can someone tell me why skip-of-length work in this example >>> but mmrest-of-length doesn't? >>> >>> cnotes = \

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-16 Thread -Eluze
measures" in the "cadenza staff". Eluze -- View this message in context: http://old.nabble.com/mmrest-oflength-not-generating-MMR-2.15.24-tp33144144p33146214.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___

Re: Wrap text automatically

2012-01-16 Thread -Eluze
ornello wrote: > > Simple question but I did not find it in the forum: > Is it possible to let LilyPond automatically wrap instrument names and > markups that do not fit on the page (see following example)? > > { > \new Staff { > \set Staff.instrumentName = "long instrument name" > c1 c1 c

Re: Wrap text automatically

2012-01-16 Thread -Eluze
strument names? Can I write an instrument name as a markup? > here is a solution for this: http://old.nabble.com/Re%3A-instrument-name-or-%5Cmarkup-question-p33036513.html hth Eluze -- View this message in context: http://old.nabble.com/Wrap-text-automatically-tp33146364p33147998.html Se

Re: Separating rehearsal marks from individual parts

2012-01-18 Thread -Eluze
; without your code it seems difficult to see what happens! have you read the chapter about common errors http://lilypond.org/doc/v2.15/Documentation/usage-big-page#an-extra-staff-appears? Eluze -- View this message in context: http://old.nabble.com/Separating-rehearsal-marks-from-individual-p

Re: Separating rehearsal marks from individual parts

2012-01-18 Thread -Eluze
; without your code it seems difficult to see what happens! have you read the chapter about common errors http://lilypond.org/doc/v2.15/Documentation/usage-big-page#an-extra-staff-appears? Eluze -- View this message in context: http://old.nabble.com/Separating-rehearsal-marks-from-individual-p

Re: Top Margin Adjustment

2012-01-23 Thread -Eluze
Thomas-292 wrote: > > Hello, > > In any LilyPond score, I always find the top margins to look abnormally > small. > I have tried to set top-margin, but for some reason, it is ignored. > > > \paper { > top-margin = 5\cm > annotate-spacing = ##t > #(set-paper-size "letter")

Re: Repeating stanza numbers

2012-01-26 Thread -Eluze
Matie Holtzhausen wrote: > > > Is there a way I can repeat stanza numbers in every system like above, if > I > don't know where it is going to break? > > there is \set Staff.vocalName \set Staff.shortVocalName similar to instrumentName -- View this message in context: http://old.n

Re: Switching lyrics to italic in the same syllabe

2012-01-27 Thread -Eluze
Phil Holmes-2 wrote: > > - Original Message - > From: "Nils" > To: "Lilypond-User" > Sent: Friday, January 27, 2012 5:17 PM > Subject: Switching lyrics to italic in the same syllabe > > >> Questions over Questions: >> >> I have lyrics here which need switching to italics during a sy

Re: change note names from italiano to english in existing input file

2012-01-28 Thread -Eluze
Frédéric Bron wrote: > > Is it possible that \displayLilyMusic outputs note names in a > different language? > > yes it is - see http://lsr.dsi.unimi.it/LSR/Item?id=638 -- View this message in context: http://old.nabble.com/change-note-names-from-italiano-to-english-in-existing-input-file-tp

Re: Chordmode et frescobaldi

2012-01-30 Thread -Eluze
t) >> n'est associé à aucun programme." >> >> Que faut-il faire pour corriger cela selon vous? Avec les notes ça >> marche, mais le chordmode le perturbe... >> > hello you are on an English speaking list and the chance to get an answer in your langua

Re: can't output multiple midi drum voices

2012-02-01 Thread -Eluze
{r8 cymr4->^\sfz ~ > } cymr8. cymr16 | > } > } > \midi {} > \layout {} > } > > using explicitly \new DrumVoice without \\ and a simple minimal example will bring the sound back in all voices! Eluze -- View this message in context: http://old.nab

Re: Experimental Web-based Lilypond Editor

2012-02-01 Thread -Eluze
, and it will probably crash and be down at times. I've only > tested it in Chrome 15 and Firefox 9. It should work in Internet Explorer > 9 or 10, but will almost certainly not work in IE8 or earlier. > Let me know how it works for you! > nice on firefox - thanks! does not work wi

Re: Experimental Web-based Lilypond Editor

2012-02-03 Thread -Eluze
-Eluze wrote: > > > does not work with opera 11.61 on windows(7), though > > Eluze > now it seems to work on Opera but a bit buggish: code starts only at col ~80, after inserting a newline line numbers moved to the right (see attached file). would be nice if these litt

Re: lyrics: keep unterminated hyphen on dal segno?

2012-02-05 Thread -Eluze
a dangling hyphen, which lilypond > removes > automatically. > Is there a workaround to restore the hyphen? > a lousy trick is to take out the last note of the melisma g g r4 g,32 \melisma a b c d e f \melismaEnd g and add an empty \markup to it: Un -- \markup \null hth El

Re: Footers outside the type area

2012-02-07 Thread -Eluze
#x27;ll wait a while to see if somebody know a way, and will add a an enhancement request if needed. Eluze -- View this message in context: http://old.nabble.com/Footers-outside-the-type-area-tp33270154p33279178.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. __

Re: Default Mark and Tempo

2012-02-07 Thread -Eluze
> \tempo "Fast" 4 = 120 > c > } > I'm not sure what kind of alignment you mean - maybe the snippet http://lsr.dsi.unimi.it/LSR/Item?id=575 http://lsr.dsi.unimi.it/LSR/Item?id=575 can give you some ideas!? Eluze -- View this message in context: http://old.nabble.co

Re: grace note issue/bug

2012-02-08 Thread -Eluze
I have to synchronize it even in the middle of a > score? > may I ask which solution you found (can you post the "corrected" code of your example) - the bug is well known but the question is always: what's the best (or easiest) workaround (if there is any). I'm just

Re: Instrument line in header block - first piece only?

2012-02-09 Thread -Eluze
gt; parts. If I switch on all the headers, I get the instrument name > everywhere, and if I turn them off, I get no titles or subtitles. Can > anybody help? > > you can customize the layout with http://lilypond.org/doc/v2.15/Documentation/notation-

Re: Instrument line in header block - first piece only?

2012-02-09 Thread -Eluze
My search > didn't reveal anything. > > I couldn't find a detailed documentation. I never have used this before, but I stumbled over customizing the oddFooterMarkup when trying to include score variables (book variables seem to work). if I don't succeed soon I'll file a

Re: Instrument line in header block - first piece only?

2012-02-10 Thread -Eluze
ed to top-level \header text fields - I wonder why!? should a enhancement request for this be added? (as I said above I never used this feature before) Eluze -- View this message in context: http://old.nabble.com/Instrument-line-in-header-block---first-piece-only--tp33292446p33298901.html Sent

Re: Instrument line in header block - first piece only?

2012-02-11 Thread -Eluze
kup always shows the instrument defined in the books' header and not that of the score. can this be achieved? Eluze -- View this message in context: http://old.nabble.com/Instrument-line-in-header-block---first-piece-only--tp33292446p33305343.html Sent from the Gnu - Lilypond - Use

Re: Instrument line in header block - first piece only?

2012-02-11 Thread -Eluze
harm6 wrote: > > > > playing around with titling-init.ly I come up with : > … > hi Harm this will also not reflect the score's header on the page header line specially when you have more than one score per bookpart! thanks Eluze -- View this message in context:

Re: lyrics disappear

2012-02-11 Thread -Eluze
pond code: > ther is this include which hinders a compilation: \include "d:/lily_pond/include_number-notehead_smaller.ly" hth Eluze -- View this message in context: http://old.nabble.com/lyrics-disappear-tp33308292p33308301.html Sent from the Gnu - Lilypond - User

Re: Automatic setting custom bar lines

2012-02-12 Thread -Eluze
all measures have the same lenght—the bar >> lines >> should be set automatically. How can I get custom styled automatic bar >> lines? > > Just use the overrides in the above definition, but without \once ? > > newer versions use \override Staff.BarLine #'bar-exten

Re: Instrument line in header block - first piece only?

2012-02-13 Thread -Eluze
-tete-td7278793.html#a7281916 Eluze -- View this message in context: http://old.nabble.com/Instrument-line-in-header-block---first-piece-only--tp33292446p33318059.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypo

Re: can lilypond handle this

2012-02-14 Thread -Eluze
Markus W. Kropp wrote: > > can lilypond handle the midi event "FF 21 01 pp" (midi-ports / buss)? in > combination with \set midiInstrument or \set midiChannelMapping or > something like > this? > > what for? do you mean when inputting (midi2ly.py) or creating m

Re: can lilypond handle this

2012-02-14 Thread -Eluze
7;re doing or trying to achieve - what you expect LilyPond to do. Eluze -- View this message in context: http://old.nabble.com/can-lilypond-handle-this-tp33318286p33325477.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. __

Re: Instrument line in header block - first piece only?

2012-02-16 Thread -Eluze
later that you have learned something. if you had known before you wouldn't have learned. but I'm concerned about the situation: LilyPond's standard headers/footers seem not to cover the possibilities of the snippet mentioned - should this become the standard? thanks for furt

Re: Extending bar line across ungrouped staves

2012-02-21 Thread -Eluze
; > \bar "|." > } % relative > >> > } % score > > with the << … >> construct you are defining a group of simultaneous events (staves) and this context defines the BarLine appearance: using \new StaffGroup will join the barlines of the differ

Re: Increment bar number after cadenza

2012-02-23 Thread -Eluze
what you mean with This won't work … you can add a separate "ghost Voice" where your cadenza is clearly defined: \new Staff << \new Voice { your music } \new Voice = "cadenza" { s1 \cadenzaOn s8 *5 \cadenzaOff s1 | \bar "

Re: Triplet question

2012-02-23 Thread -Eluze
p://lilypond.org/doc/v2.15/Documentation/notation-big-page#upbeats and re-ask if this is not clear hth Eluze -- View this message in context: http://old.nabble.com/Triplet-question-tp33381935p33382099.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.

Re: Extending bar line across ungrouped staves

2012-02-25 Thread -Eluze
maybe I wasn't clear enough - unless you want to guess what kind of group is implicitly created you can define it yourself: \new StaffGroup << or \new PianoStaff << Eluze -- View this message in context: http://old.nabble.com/Extending-bar-line-across-ungrouped-staves-t

Re: Extending bar line across ungrouped staves

2012-02-25 Thread -Eluze
\new Staff { \override Staff.TimeSignature #'stencil = ##f \clef bass 1\fermata } >> \bar "|." } % relative Eluze -- View this message in context: http://old.nabble.com/Extending-bar-line-across-ungrouped-staves-tp33362044p33393491.htm

Re: Extending bar line across ungrouped staves

2012-02-26 Thread -Eluze
lilypond-7 wrote: > > On Sat, Feb 25, 2012 at 11:55:24PM -0800, -Eluze wrote: >> >> the simultaneity signs in the StaffGroup are missing - try this: >> >> \new StaffGroup << >> \relative c' { >> e1 >> e1 &

Re: Note names in Midi Note Numbers?

2012-02-28 Thread -Eluze
ilyMusic \mus in the log you then will find this code: { 58'1 | 59' | 60' | 61' | 62' | } now I have no idea about how to do it the other way round, i.e. how to tell LilyPond to read these numbers as pitches. Eluze -- View this message in context: http://old

Re: Placing clef change *after* bar line

2012-02-28 Thread -Eluze
xtra measure makes it larger. if the result isn't satisfying yet you can also play around with extra-offset. hth Eluze -- View this message in context: http://old.nabble.com/Placing-clef-change-*after*-bar-line-tp33404234p33408170.html Sent from the Gnu - Lilypond - User mailing list arc

Re: Placing clef change *after* bar line

2012-02-28 Thread -Eluze
ature ) ) \clef bass \key a \major c,1 c } the output is ugly - what's wrong? http://old.nabble.com/file/p33410371/test4.preview.png thanks Eluze -- View this message in context: http://old.nabble.com/Placing-clef-change-*after*-bar-line-tp33404234p33410371.html Sent from the Gnu -

Re: Placing clef change *after* bar line

2012-02-28 Thread -Eluze
harm6 wrote: > > Hi Eluze, > > 2012/2/28 -Eluze : >> >> >> David Nalesnik-2 wrote: > >>> You can do an override of Score.BreakAlignment #'break-align-orders and >>> get >>> the result you want. >>> >>> (See &

Re: Formatting of lyrics

2012-03-04 Thread -Eluze
orian chant >> > \mark \markup "*" !? > > >> 5. Is possible place some character (or markup) to end of each >> (or some) verse so that it is aligned uniformly - similarly as stanza >> (but only at the end)? >> > I don't

Re: Formatting of lyrics

2012-03-05 Thread -Eluze
please always reply to all so others can participate, learn or help! > Dne 4.3.2012 22:29, -Eluze napsal(a): >>> Hello, >>> now I looking for solution of several other problems: >>> 1. is there a way to insert markup into the stanza? >>> som

Re: Formatting of lyrics

2012-03-05 Thread -Eluze
{ << \new Voice = mel { \mus } \new Lyrics \with { stanza = \markup \italic \small "it works!" } \lyricsto mel \lyr >> } hth Eluze -- View this message in context: http://old.nabble.com/Formatting-of-lyrics-tp33439717p33443846.html Sent from the Gnu - Lilyp

Re: collision of notehead and stem

2012-03-07 Thread -Eluze
resolution and how voices should be arranged. hth Eluze -- View this message in context: http://old.nabble.com/collision-of-notehead-and-stem-tp33458484p33458868.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user

Re: Strange placement of rests when using \stemNeutral

2012-03-08 Thread -Eluze
rade to the latest unstable version. and I also suggest to send minimal snippets where everything not needed to show the effect that leads to complaints is omitted. thanks Eluze -- View this message in context: http://old.nabble.com/Strange-placement-of-rests-when-using-%5CstemNeutral-tp33

Re: Creating a mini-system for a separate coda

2012-03-09 Thread -Eluze
I'm stuck > with no idea how to insert one in the middle of a system. Does anybody > reading this happen to know the secret ingredient? > I don't think I've ever seen a systemStartBracket not at the beginning of a score or a line - wondering if somebody finds a solution, t

Re: Noteheads exactly over bar lines

2012-03-09 Thread -Eluze
scores, for example). Could you > please give me an advice on how to achieve this? > > > Any help is highly appreciated, > > I can't really imagine what this should look like - can you provide an excerpt or scan of this!? thanks Eluze -- View this message in context: http:/

Re: Creating a mini-system for a separate coda

2012-03-09 Thread -Eluze
ion, though! > > > some month ago I created the attached workaround. > hi Harm congrats - now I wonder if (hope that) you're gonna put it in the LSR!? Eluze -- View this message in context: http://old.nabble.com/Creating-a-mini-syste

Re: Lines connecting notes (glissandi)

2012-03-10 Thread -Eluze
d notehead). Of course, I could do whatever I wanted with markup > graphics, however, if possible, I'd like to solve this without markups. > > > did you try \override Glissando #'thickness = #8 hth Eluze -- View this message in context: http://old.nabble.com/Lines-connectin

Re: lyric hyphen goes outside staff limits at line break

2012-03-10 Thread -Eluze
; of the > last "bla" sticks out completely on the right. > hi I think the paper-width is very short, too - is that your intention? did you mean \cm regards Eluze -- View this message in context: http://old.nabble.com/lyric-hyphen-goes-outside-staff-limits-at-line-break-tp33477550p

Re: line breaks within beamed tuplets

2012-03-11 Thread -Eluze
Peter O'Doherty-2 wrote: > > Hi, > Another question concerning tuplets: > > \remove "Forbid_line_break_engraver" > \override Beam #'breakable = ##t > > only seem to work with a single stave. > no, they are alive in the \Voice environment! ht

Re: lyric hyphen goes outside staff limits at line break

2012-03-11 Thread -Eluze
> off-staff. > Should I post another example with bigger paper & longer music? How can I > share > a print-out to show it looks at my end? > Thanks! > Zsolt > > > I'm not familiar with this music, but does \override LyricHyphen #'minimum-distance =

Re: vertical spacing of scripts attached to spacer rests

2012-03-12 Thread -Eluze
% without this line, an error occurs? > << > { a1 } > { s2\upbow s2\downbow } > >> > } > if I understand the problem correctly this should to it: \override Script #'staff-padding = #2.0 see also Vertically aligned dynamics and textscripts in NR hth Eluze -- V

Re: addl. normal staff (ossia) in drummode or DrumStaff context

2012-03-12 Thread Eluze
n sn4 bd } \new Staff \with { \remove Clef_engraver \remove Time_signature_engraver } \relative { \stopStaff s4*4 \startStaff c8 d8 e8 f8 g4 c4 } >> } hth Eluze ___ lilypond-user

Re: localized horizontal spacing

2012-03-13 Thread -Eluze
y spaced and then the third > measure back to more closely spaced? > yes, see eg. \set Timing.proportionalNotationDuration = #(ly:make-moment 1 32) and \unset Timing.proportionalNotationDuration to return in NR 4.5.5 Proportional notation http://lilypond.org/doc/v2.14/Documentation/notation

Re: moving rhythmic dots down

2012-03-15 Thread -Eluze
Jeffrey Trevino wrote: > > Just a quick question -- I'm making a glissando that goes across several > unstemmed noteheads; I need to move any rhythmic dots down, so that the > glissando doesn't obscure them. What's the proper override for this? > > use \do

Re: Combining lyrics lines

2012-03-15 Thread -Eluze
#'Y-offset = #2.85 where 2.85 was just working for my individual test. hth Eluze -- View this message in context: http://old.nabble.com/Combining-lyrics-lines-tp33510107p33510377.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. __

Re: moving rhythmic dots down

2012-03-15 Thread -Eluze
please always reply to the list! Just a quick question -- I'm making a glissando that goes across several unstemmed noteheads; I need to move any rhythmic dots down, so that the glissando doesn't obscure them. What's the proper override for this? Eluze wrote: > > use \d

Re: Combining lyrics lines

2012-03-16 Thread -Eluze
quot;b" { s1| a'2 g' s1| a'2 g' } \new Lyrics << \lyricsto "a" \lyricmode { may -- be sec -- ond } \lyricsto "b" \lyricmode { that the words are } >> >> Eluze -- V

Re: Book title and author on the very first page only

2012-03-16 Thread -Eluze
Jakub Pavlík wrote: > > Hi, > > having a file with multiple \bookparts (each of them contains multiple > \scores), LilyPond puts score title and author name at the top of the > first > page of each bookpart by default. > I would love to have these two fields only on the very first page of the >

Re: Combining lyrics lines

2012-03-17 Thread -Eluze
Reedmace Star wrote: > > > The layout overrides may still be useful for scores where there is > occasional small overlap between the voices, though. > > I wonder how this would look like! cheers Eluze -- View this message in context: http://old.nabble.com/Comb

<    3   4   5   6   7   8   9   10   11   12   >