Re: survey on multiple development versions

2013-12-10 Thread Pavel Roskin
now. Plugins can create problems. I'm not against plugins, it's just something to think about. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Partcombine, lyrics and colliding dots

2013-02-12 Thread Pavel Roskin
} \new Voice = soprano-hidden { \override Slur #'transparent = ##t \override Tie #'transparent = ##t \override NoteColumn #'ignore-collision = ##t \hideNotes \soprano } \addlyrics \verseOne } -- Regards, Pavel Roskin attachment

Re: midi playback of glissando?

2012-10-01 Thread Pavel Roskin
fisih g gih gis gisih a aih ais aisih b bih c } \score { \new Staff { \melody } \layout{} \midi{} } -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: crossStaff question

2012-09-26 Thread Pavel Roskin
/lilypond/issues/detail?id=2270 -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: LC_PAPER and default paper size

2012-08-29 Thread Pavel Roskin
On Wed, 29 Aug 2012 01:19:48 +0200 David Kastrup d...@gnu.org wrote: Pavel Roskin pro...@gnu.org writes: Hello! I have noticed that Lilypond 2.16.0 uses A4 paper size even if the locale is set to en_US.utf8. I can force the letter output by using -dpaper-size=\letter

Re: LC_PAPER and default paper size

2012-08-29 Thread Pavel Roskin
Quoting David Kastrup d...@gnu.org: Pavel Roskin pro...@gnu.org writes: Doesn't TeX respect LC_PAPER? No. TeX/LaTeX is letterpaper by default. You have to ask for a4paper in the LaTeX source (or, in plain TeX, meddle with \hsize, \vsize and stuff) explicitly to change the layout. While

Re: LC_PAPER and default paper size

2012-08-29 Thread Pavel Roskin
changed its behavior on different computers, stuff would stop working without the user having a clue that this was not intended output. Now that's a strong argument against LC_PAPER. I'm guilty of making such tweaks too. -- Regards, Pavel Roskin

LC_PAPER and default paper size

2012-08-28 Thread Pavel Roskin
? I used strace and didn't see Lilypond open any file in the home directory, such as ~/.lilypondrc or something. Should not Lilypond respect the LC_PAPER setting from the locale? -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user

Re: [for Italian users] how to translate spanner?

2012-08-23 Thread Pavel Roskin
Italian mathematicians how they call k-spanners. The Italian Wikipedia is not of much help: http://it.wikipedia.org/wiki/Glossario_di_teoria_dei_grafi But the French Wikipedia uses the word spanner as is: http://fr.wikipedia.org/wiki/Lexique_de_la_th%C3%A9orie_des_graphes -- Regards, Pavel Roskin

Re: Different versions of LilyPond on Windows7

2012-08-20 Thread Pavel Roskin
as well to make it call the version with which I'm working? Thanks! From Frescobaldi menu: Edit-Preferences-LilyPond Preferences I didn't try it on Windows, but I think it should work. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user

Re: version 2.16

2012-08-16 Thread Pavel Roskin
. If you have time and desire to check the PDF and the MIDI output, it should not be a big deal for you to change the version number in the plain text file. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Hide time signature numerator?

2012-05-03 Thread Pavel Roskin
-signature-hide-numerator c d e } Even simpler: #(define time-signature-hide-numerator (lambda (grob) (let ((denom (number-string (cdr (ly:grob-property grob 'fraction) (grob-interpret-markup grob (make-lower-markup 2 (make-number-markup denom)) -- Regards, Pavel

Re: how to signal and tweak page-long mostly empty snippets?

2012-05-02 Thread Pavel Roskin
is something else, but standalone is what you are looking for. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Lilypond 2.16 fedora 17

2012-04-30 Thread Pavel Roskin
version of Lilypond. But I would gladly use 2.16 at least on some systems once it's available in Fedora. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \tempo sticks out to the right

2012-04-30 Thread Pavel Roskin
it. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \tempo sticks out to the right

2012-04-30 Thread Pavel Roskin
. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Lilypond 2.16 fedora 17

2012-04-30 Thread Pavel Roskin
downstream might help in pinpointing and documenting the source of current problems, and thus create a bit more of a time buffer for a qualified decision. Patching sources to make them compile on a distro is a job of a distro. We can help if they ask nicely. -- Regards, Pavel Roskin

Re: Using \tempo or multiple events in define-event-function

2012-04-27 Thread Pavel Roskin
Hello David, Sorry for replying so late :( On Wed, 18 Apr 2012 15:31:15 +0200 David Kastrup d...@gnu.org wrote: Pavel Roskin pro...@gnu.org writes: Yup. define-event-function can only be used to return _one_ postevent. Too bad. I'm glad I don't really need one

Re: Make Tie a Slur

2012-04-21 Thread Pavel Roskin
or to a tie. %% Insane publisher %tieStart = ( %tieEnd = ) % Sane publisher tieStart = ~ tieEnd = {} { c'' \tieStart c'' \tieEnd } -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Using \tempo or multiple events in define-event-function

2012-04-18 Thread Pavel Roskin
#f (expr parser)) (name . ContextSpeccedMusic) (iterator-ctor . #primitive-procedure ly:context-specced-music-iterator::const -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Using \tempo or multiple events in define-event-function

2012-04-18 Thread Pavel Roskin
by musicians. I don't want them to be too hairy :) -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Multiple Clefs in one staff (was: Re: number of staff lines)

2012-02-15 Thread Pavel Roskin
. You may want to use this as the starting point: http://lsr.dsi.unimi.it/LSR/Item?u=1id=792 Perhaps you'll need to attach the additional clef to the staff clef, not to the time signature. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond

Re: grace note issue/bug

2012-02-09 Thread Pavel Roskin
as 1/8 but plays as 1/16. c''4*3/4 is shown as 1/4 but plays as 3/16. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: override TupletNumber . Custom text

2012-02-09 Thread Pavel Roskin
of a triplet in a more correct 2/3. How can I get this format into \override TupletNumber #'text = [...] %old: #tuplet-number::calc-fraction-text { \override TupletNumber #'text = \markup { 2/3 } \times 2/3 { c'4 e' g' } } -- Regards, Pavel Roskin

Re: override TupletNumber . Custom text

2012-02-09 Thread Pavel Roskin
On Thu, 9 Feb 2012 19:50:24 +0100 jakob lund jakob.be...@gmail.com wrote: 9. feb. 2012 19.25 skrev Pavel Roskin pro...@gnu.org: On Thu, 9 Feb 2012 17:15:50 +0100 Nils l...@nilsgey.de wrote: Hello, I like to work with full tuplet numbers because it makes it clear which version

Re: override TupletNumber . Custom text

2012-02-09 Thread Pavel Roskin
. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: V.S. on page turns

2012-02-02 Thread Pavel Roskin
is not decided at that point). In the first case, it should be relatively easy to fix. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: V.S. on page turns

2012-01-30 Thread Pavel Roskin
no extent. I don't see any indication whether the break is a page break, a page turn or just a line break. I could not find any open issue for that. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Clef change in the beginning of piece

2012-01-25 Thread Pavel Roskin
://lsr.dsi.unimi.it/LSR/Item?u=1id=792 Finally an implementation with no grace notes, no \partial, no changes to MIDI and no changes to other voices! I'll appreciate if somebody could please look at the snippet and tell me if something could be improved. -- Regards, Pavel Roskin

Re: Clef change in the beginning of piece

2012-01-25 Thread Pavel Roskin
it would simplify things. I hoped maybe there is a way to insert a glyph into the beginning of any measure. A rest with overridden stencil and spacing tweaks would do the trick, but it would need a separate voice, which is somewhat intrusive. Thanks for your input anyway! -- Regards, Pavel

Re: pdf to .ly?

2012-01-19 Thread Pavel Roskin
engineering. *.old, *.orig and *.a don't belong to the source release. Maybe you could host the source it on Gitorious or Github? Perhaps NIFF belongs there too (fully unpacked and converted to UNIX newlines). -- Regards, Pavel Roskin ___ lilypond-user

Re: arpeggio in MIDI doesn't work :-(

2012-01-17 Thread Pavel Roskin
and with more control over the output, and I hope that the code would improve with regard to the MIDI support. Still, the articulate script serves an important role as a playground for MIDI-related features and could be a temporary home for arpeggio. -- Regards, Pavel Roskin

Re: Handel's Messiah -- question about finding which ly file runs the whole shebang

2012-01-17 Thread Pavel Roskin
go bug Nicholas now, since my post succeeded in luring him out to answer. ;-) -Mark Good luck! -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Handel's Messiah -- question about finding which ly file runs the whole shebang

2012-01-16 Thread Pavel Roskin
. And then there will be something that would need manual conversion... -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Handel's Messiah -- question about finding which ly file runs the whole shebang

2012-01-16 Thread Pavel Roskin
code to convert-ly to convert it to the new syntax. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: ties across voices

2012-01-14 Thread Pavel Roskin
the road. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Cross staff beams

2012-01-13 Thread Pavel Roskin
#'staff-staff-spacing #'minimum-distance = #12 } -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Working example of clef change in the beginning on piece

2012-01-13 Thread Pavel Roskin
a silent rest plus the staff spacer without hiding anything. The rendered output is attached. -- Regards, Pavel Roskin attachment: clef_change.png___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: rest centered between staves

2012-01-11 Thread Pavel Roskin
. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: The problem with midi command delay in 2.14.2

2012-01-09 Thread Pavel Roskin
to generate much better MIDI files with less tweaks. The infrastructure is there. We can specify how every note looks, so we should be able to specify how every note sounds. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Implementing reliable cross-staff stems

2011-12-31 Thread Pavel Roskin
. -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Implementing reliable cross-staff stems

2011-12-30 Thread Pavel Roskin
error: no pure Y common refpoint Does anyone have an idea how to deal with it? -- Regards, Pavel Roskin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user