Re: mid-measure key change

2013-12-18 Thread Marek Klein
Hello, 2013/12/16 David Kastrup d...@gnu.org I don't see an obvious solution (but then I don't understand the bug) but I boiled down the example somewhat more, killing most of its musicality but making the problem more apparent. I was suspecting the tuplets to be involved, but no. In the

Re: Multiple midi outputs

2013-09-12 Thread Marek Klein
midi file: score { \musicA \musicB layout {} } score { \musicA midi {} } score { \musicB midi {} } HTH -- Marek Klein [image: Gregoriana] http://gregoriana.sk/ [image: Gregoriana on facebook]http://www.facebook.com/pages/Gregoriana/144515812319042 [image

Re: Create different pdf layers

2013-08-14 Thread Marek Klein
Hello, 2013/8/1 Urs Liska u...@openlilylib.org I have brought this up before without success. But as my interest reappeared I'll try it again with a slightly more specific question. there is an existing issue based on your request: http://code.google.com/p/lilypond/issues/detail?id=2542 Do

Re: 'natural' sign

2013-06-25 Thread Marek Klein
\major \time 3/4 fad } } But why? Have you read this chapter of learning manual? http://www.lilypond.org/doc/v2.16/Documentation/learning/accidentals-and-key-signatures HTH -- Marek Klein http://gregoriana.sk Gregoriana on youtubehttp://www.youtube.com/playlist?list

Re: split duration when changing time signature

2013-06-05 Thread Marek Klein
Hello, 2013/6/5 Stjepan Horvat zvanste...@gmail.com is there a way to split duration of long notes when chaning time signature: Yes: http://lilypond.org/doc/v2.16/Documentation/notation/displaying-rhythms#automatic-note-splitting HTH -- Marek Klein http://gregoriana.sk Gregoriana

Re: split duration when changing time signature

2013-06-05 Thread Marek Klein
Hello Stjepan, 2013/6/5 Stjepan Horvat zvanste...@gmail.com Marek, i tryed your sugestion and get warning: rhythmic head is not part of a rhythmic column. do you have any clue? Try to post minimal example demonstrating your problem -- Marek Klein http://gregoriana.sk Gregoriana

Re: run off page

2013-05-03 Thread Marek Klein
. Please point out my error. It works if the first rest is included in the \times 2/3 { } part... Use bar checks... HTH -- Marek Klein 0918 610 720 http://gregoriana.sk Gregoriana on youtubehttp://www.youtube.com/playlist?list=PLBQHqmaUgUMZ4Bd4w4heeQF9lV9L7BS-s

Re: Breathes placement

2013-05-02 Thread Marek Klein
to typeset the exact rythms are not always respected. This could help you: http://www.lilypond.org/doc/v2.17/Documentation/notation/displaying-rhythms#unmetered-music -- Marek Klein http://gregoriana.sk Gregoriana on youtubehttp://www.youtube.com/playlist?list=PLBQHqmaUgUMZ4Bd4w4heeQF9lV9L7BS-s

Re: creating a rhythm click track

2013-04-18 Thread Marek Klein
version to the LilyPond Snippet Repository under the title Adding metronome ticks to a piece of music. http://lsr.dsi.unimi.it/LSR/Item?id=876 For more complex scores, this could be of interest: http://lists.gnu.org/archive/html/lilypond-user/2010-09/msg00730.html Marek Klein http

Re: define \header

2013-04-06 Thread Marek Klein
This is not true, as you can read here: http://www.lilypond.org/doc/v2.17/Documentation/notation/creating-titles-headers-and-footers#titles-explained -- Marek Klein http://gregoriana.sk Gregoriana on youtubehttp://www.youtube.com/playlist?list=PLBQHqmaUgUMZ4Bd4w4heeQF9lV9L7BS-s

Re: Multi column page setup

2013-04-04 Thread Marek Klein
then top-to-bottom or the other way round. You can place \score in \markup, so you can have columns too. See also: http://lsr.dsi.unimi.it/LSR/Item?id=464 HTH Marek Klein 0918 610 720 http://gregoriana.sk Gregoriana on youtubehttp://www.youtube.com/playlist?list=PLBQHqmaUgUMZ4Bd4w4heeQF9lV9L7BS-s

Re: Another happy lilypond user

2013-03-24 Thread Marek Klein
Hello, what about having Donate button which would simply link to Sponsoring page? Marek http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: A little ancient notation trouble

2013-03-04 Thread Marek Klein
/lilypond-user/2010-08/msg00301.html HTH Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Newbie: Setting music, verses, music, verses

2013-03-02 Thread Marek Klein
starts with a time signature and is indented. I think that this is a consequence of the second \score section. I would like for this not to occur. You need just modify your layout block like this: \layout { indent = 0 \context { \Staff \remove Time_signature_engraver } } HTH Marek

Re: strange output with lilypond book

2013-01-23 Thread Marek Klein
Hello, 2013/1/21 Julien Rioux jri...@lyx.org Indeed, there is a bug here: the automatic line width detection fails because of the included file. This detection is done by copying the latex preamble to a temporary file in a temp dir, running latex on this file, and parsing some output about

Re: Problem with scaled durations

2013-01-04 Thread Marek Klein
Hello, 2013/1/4 Colin Hall colingh...@gmail.com Oscar has run into a known issue with the limited precision of Rational in Lilypond. Although David is correct that this issue can crop up in many places it makes sense to follow Trevor's suggestion and warn future users who may end up with

Re: Best practices in lyric typesetting

2012-12-18 Thread Marek Klein
Hello, 2012/12/18 m...@mikesolomon.org m...@mikesolomon.org I'll tell that to my singers as they tar and feather me. I would forse a line break in such a case. Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Begin lyrics only with new section

2012-12-16 Thread Marek Klein
} \score { \new Staff { \new Voice = mA \mA \new Voice = mB \mC \new Voice = mC \mC} \new Lyrics \lyricsto mA { \lA } \lyricsto mC { \lC } \layout { } } HTH Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org

Re: produce midi drums but hide staff

2012-12-06 Thread Marek Klein
Hello, 2012/12/6 vector457 vector...@gmail.com yeah I want to keep the drums in the midi output but not display it in the pdf You can have separate \score blocks for layout and for midi - this way you can get what you want. Like this: \score { \new Staff... \layout {} } \score {

Re: produce midi drums but hide staff

2012-12-06 Thread Marek Klein
2012/12/6 vector457 vector...@gmail.com That would mean Id have to write out the pitch notes (ie new staff) twice? once for the layout and then again with the drums for the midi. Of course not: melody = \relative c' { c4 d e f } \score { \new Staff { \melody } \layout { } }

Re: Glissando avoid accidental bug?

2012-10-31 Thread Marek Klein
Hello, 2012/10/31 Nick Payne nick.pa...@internode.on.net Regardless of whether I set the end-on-accidental override to true or false, or omit it completely, the glissandi don't stop short of the accidental. \version 2.17.5 \relative c'' { \accidentalStyle modern \override Glissando

Re: A documentation suggestion, was: Problem with remove bar number/ why I'm not upgrading to the new stable version

2012-10-31 Thread Marek Klein
2012/10/28 Janek Warchoł janek.lilyp...@gmail.com On Sun, Oct 28, 2012 at 11:09 AM, David Kastrup d...@gnu.org wrote: Janek Warchoł janek.lilyp...@gmail.com writes: +1 for updating documentation. Would make sense for the bug squad to register the proposal. I don't think it would be

Re: Documentation figured-bass

2012-10-25 Thread Marek Klein
Hello, 2012/10/23 Noeck noeck.marb...@gmx.de Hi, the last two snippets on this page are identical, aren't they? http://lilypond.org/doc/v2.16/Documentation/notation/figured-bass Is that a problem that only occurs in older versions? Should the documentation be adapted? Thank you for the

Re: Manual search returns results from wrong version

2012-10-16 Thread Marek Klein
Hello, 2012/10/16 Nick Payne nick.pa...@internode.on.net Going to the manual page for 2.16 ( http://lilypond.org/manuals.html) and entering a search term (eg I tried footnote) in the search box at upper right returns hits in the 2.17 manuals. The search presented to Google is:

Re: Fingering problems 2.17.4

2012-10-10 Thread Marek Klein
Hello, 2012/10/10 Nick Payne nick.pa...@internode.on.net See example below: a) without any fingering orientation specified, the fingerings are incorrectly placed, such that the two fingerings above the staff collide, and the fingerings also appear in the wrong order (the 0 should not appear

Re: [2.15.36] A hidden note blocks beams from drawing

2012-09-28 Thread Marek Klein
Hello, 2012/9/28 Trevor Daniels t.dani...@treda.co.uk James Harkins wrote Friday, September 28, 2012 8:08 AM The beams on the two e's are omitted in this tiny example (version 2.15.36). \relative c' { r8 \hideNotes f8 \unHideNotes e8. e16 e2 } The beams are *not* omitted in this tiny

Re: Good news, and thanks to all of you!

2012-09-26 Thread Marek Klein
Hello 2012/9/24 Janek Warchoł janek.lilyp...@gmail.com I think this is something that should be listed on our website, both in http://lilypond.org/productions.html (bug squad, please raise an issue) as well as in Pondings section (Mike?). This has been added as

Re: Modern Flags with 2.16.0

2012-09-20 Thread Marek Klein
to in 2.14. Am I looking at the wrong place or is this feature lost? http://lilypond.org/doc/v2.16/Documentation/snippets/rhythms#rhythms-using-alternative-flag-styles HTH Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org

Re: -dno-point-and-click undocumented (was: PDF information issues)

2012-09-07 Thread Marek Klein
Hello, 2012/9/6 Werner LEMBERG w...@gnu.org - -dno-point-and-click was exactly what I was looking for; lilypond --help had not revealed that wisdom. Indeed, it is missing for `lilypond -dhelp'. Looks like a bug... Tthis was added as

Re: page layout

2012-09-05 Thread Marek Klein
-layout? Especially http://lilypond.org/doc/v2.16/Documentation/notation/flexible-vertical-spacing-_005cpaper-variablescould navigate you. HTH Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: page layout

2012-09-05 Thread Marek Klein
/Documentation/notation/flexible-vertical-spacing-_005cpaper-variables#list-of-flexible-vertical-spacing-_005cpaper-variables Try also to set and unset ragged-bottom and ragged-last-bottom http://lilypond.org/doc/v2.16/Documentation/notation/fixed-vertical-spacing-_005cpaper-variables HTH Marek Klein

Re: Lyrics help

2012-08-30 Thread Marek Klein
at the beginning, the solution is very simple: firstlyricsline = { lyrics1 lyrics3 lyrics4 lyrics5 } secondlyricsline = { lyrics2 } HTH Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Distribute staves evenly on page

2012-06-26 Thread Marek Klein
Hello, 2012/6/26 worshipgeek a...@gerlingfamily.com I actually want to ask the opposite question. I'm guessing if someone knows the answer to Hartmut's question, they know the answer to mine. I am working on a hymnal, and often, Lilypond will break across the page right where I want it

Re: Problem doing Scheme tutorial

2012-06-05 Thread Marek Klein
Hello, 2012/6/4 Philip Thomas philip.tho...@bluewin.ch What I got, however, when I ran the Command Prompt and typing guile, was the following: ERROR: In procedure primitive-load-path: ERROR: Unable to find file ice-9/boot-9.scm in load path Can anyone help, please? I am running LilyPond

Re: Lyrics hyphens - which glyph?

2012-05-31 Thread Marek Klein
Hello, 2012/5/31 Philip Thomas philip.tho...@bluewin.ch Can anyone tell me which glyph is used for (automatically inserted) lyrics hyphens? They seem, to my eye, to be wider and lower-placed than ordinary text hyphens. I would like to add them manually in certain circumstances and I want

Re: Ugly default note spacing in single staff polyphony

2012-05-24 Thread Marek Klein
Marek Klein 0918 610 720 http://gregoriana.sk 2012/5/24 Nick Payne nick.pa...@internode.on.net In the following, to look correctly positioned, the final A in the bar needs to be moved slightly to the right relative to the notes in the other voice each side of it. I tried moving the note

Re: uniform-stretching results in too much space after barline

2012-05-04 Thread Marek Klein
://code.google.com/p/lilypond/issues/detail?id=1149 Marek Klein bug squad ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Custodes appear one octave higher than I expect

2012-04-18 Thread Marek Klein
and how to fix it? It works, if you change \Score to \Staff - like: \layout { \context { \Staff \consists Custos_engraver } HTH Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: scores produced with lilypond

2012-03-28 Thread Marek Klein
Hello, 2012/3/28 Thoams Griffin tgriffin94...@gmail.com A modern edition of the serenata Erminia by Alessandro Scarlatti, edited by Thomas Griffin using Lilypond, is now available from the Istituto Italian per la Storia della Musica. The score was performed on 22 October 2010 in the

Re: Floating markup / Markup takes too much space

2012-03-09 Thread Marek Klein
, and my last few questions remained unanswered, so I hope I still get through to you at all. I can not help you directly, but I would try it with latest stable version... HTH Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user

financial support according to The Lilypond Report #24

2012-03-07 Thread Marek Klein
, that people should express their interest to keep the LilyPond project from losing you and you will let them know according to the number of payers how much should everyone each particular month pay? Marek Klein http://gregoriana.sk ___ lilypond-user mailing

Re: Stem separating dot from notehead

2012-02-10 Thread Marek Klein
Hello, 2012/2/10 Nick Payne nick.pa...@internode.on.net With overlapping parts, Lilypond defaults to separating a dot from its notehead by placing the overlapping stem in between. According to Gould (p.57) this is incorrect. The overlapped stem should be placed after the dot. Thank you for

Re: Custom paper size

2012-02-06 Thread Marek Klein
it. I would be grateful to hear if anyone has done this sort of thing before or knows of a better way. You may be interested in this thread: http://lists.gnu.org/archive/html/lilypond-user/2011-12/msg00535.html HTH Marek Klein http://gregoriana.sk

Re: Unable to find file ice-9/boot-9.scm in load path

2012-02-03 Thread Marek Klein
://code.google.com/p/lilypond/issues/detail?id=2279 Thank you for reporting. Marek Klein, bug squad ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Switching lyrics to italic in the same syllabe

2012-01-27 Thread Marek Klein
this the i moves to the next syllabe which is wrong. When removing either the space after ph or before i I get errors. You have to use \concat Se -- ra -- \concat { ph \override LyricText #'font-shape = #'italic i } -- nen HTH Marek Klein http://gregoriana.sk

Re: Controlling placement of custodes?

2011-10-04 Thread Marek Klein
solve your problem. I am curious about how have you obtained the resulting pdf with lilypond, could I see your ly file? With best Wishes, Marek -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: Controlling placement of custodes?

2011-10-04 Thread Marek Klein
2011/10/4 Matthew Collett m_coll...@ihug.co.nz On 4/10/2011, at 9:04 pm, Marek Klein wrote: I am curious about how have you obtained the resulting pdf with lilypond, could I see your ly file? Certainly. Most of the formatting tricks are in a included file, so I have attached both

Re: time signature between staves

2011-09-27 Thread Marek Klein
? this could help you (I guess): http://lsr.dsi.unimi.it/LSR/Item?id=272 HTH Marek -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: barline in gregorian

2011-09-10 Thread Marek Klein
Thank you all very much! Marek ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: swing indicator in score

2011-09-09 Thread Marek Klein
Hello, 2011/9/9 christian christian@gmail.com How can I put a visual swing indicator (2 8th = 4 8 triplet) into my score? Something like this? http://lsr.dsi.unimi.it/LSR/Item?id=204 HTH Marek -- Marek Klein http://gregoriana.sk ___ lilypond

barline in gregorian

2011-09-09 Thread Marek Klein
-- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: error message

2011-09-09 Thread Marek Klein
Hello, 2011/9/9 Gerard McConnell gerine...@gmail.com Hello, I haven't seen this error message before, could someone explain it please? I'm not sure I need to include the file, so I'll wait for info. You have to close your PDF viewer, thats my guess. HTH, Marek -- Marek Klein http

Re: Lilypond's SVG output

2011-08-24 Thread Marek Klein
Hello, 2011/8/18 Sandor Spruit a.g.l.spr...@uu.nl Hello, I recently had an informal discussion with some collegues on the use of SVG, in general. They are in music research, I am a developer working on a completely unrelated topic - so please forgive me my ignorance w.r.t. music-related

Re: Setting arbitrary filename for .midi

2011-08-15 Thread Marek Klein
/output-file-names HTH Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: rendering png without page

2011-07-19 Thread Marek Klein
Hello, see this thread, with lily2image script: http://lists.gnu.org/archive/html/lilypond-user/2008-10/msg00041.html HTH Marek -- Marek Klein http://gregoriana.sk 2011/7/19 bart deruyter bart.deruy...@gmail.com Hi all, I'm using the latest stable verision of lilypond , 2.14.1. now creating

Re: How to generate small example PNGs

2011-06-23 Thread Marek Klein
Hello, see also this thread, with lily2image script: http://lists.gnu.org/archive/html/lilypond-user/2008-10/msg00041.html Marek -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: lyrics vertical movement - help requested.

2011-06-17 Thread Marek Klein
their height. This should help you: http://lilypond.org/doc/v2.14/Documentation/snippets/spacing HTH -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: MIDI instrument ignored in 2.13.61 - bug?

2011-05-25 Thread Marek Klein
Hello, 2011/5/25 Henning Hraban Ramm hra...@fiee.net the violin plays only the very first note, after that it’s only the default Grand Piano. I didn’t find a bug report in the tracker WRT this. it's already reported and fixed in git - see:

Re: Multiple Stanzas in the middle of a piece

2011-04-18 Thread Marek Klein
to use skips in your second and third stanzas... see attachment. HTH Marek -- Marek Klein http://gregoriana.sk eis_zn.ly Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Multiple Stanzas in the middle of a piece

2011-04-18 Thread Marek Klein
Is this what you need? Marek 2011/4/18 Michael Dykes thedoctor81...@gmail.com OK, Marek. Thanks a lot. However, I need the lyrics to be between the 2 staves, and not under the bass stave -- and also, ever since I started messing around with my original file (which did not have the split

Re: Multiple Stanzas in the middle of a piece

2011-04-18 Thread Marek Klein
/techniques-specific-to-lyrics#divisi-lyrics HTH Marek -- Marek Klein 0918 610 720 http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: how to set a partial measure after the beginning of a piece?

2011-04-09 Thread Marek Klein
://lilypond.org/doc/v2.13/Documentation/notation-big-page#normal-repeats It should work for 2.12. too... HTH. Marek -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: no natural sign when clef changes

2011-04-01 Thread Marek Klein
On 31 Mar 2011, at 22:25, Bernhard Ott bernhard@gmx.netmailto: bernhard@gmx.net wrote: Dear all, IMHO there should be a natural sign showing the f' after the clef-change: am I wrong? This is known bug - see: http://code.google.com/p/lilypond/issues/detail?id=1471 Marek -- Marek

Re: inivisble barlines

2011-03-23 Thread Marek Klein
-- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

scores in columns - vertical alignment

2011-03-17 Thread Marek Klein
{ a } \layout { } } } } Marek -- Marek Klein http://gregoriana.sk attachment: align.preview.png___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: scores in columns - vertical alignment

2011-03-17 Thread Marek Klein
Thank you all! Marek http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

filename in markup

2011-03-11 Thread Marek Klein
Hi all, is it possible to print name of current source file with markup or some title? Thanks, Marek -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: filename in markup

2011-03-11 Thread Marek Klein
2011/3/11 Dmytro O. Redchuk brownian@gmail.com On Fri 11 Mar 2011, 10:04 Marek Klein wrote: Hi all, is it possible to print name of current source file with markup or some title? http://lsr.dsi.unimi.it/LSR/Item?id=197 ? Great!, Thank you! Marek

Re: filename in markup

2011-03-11 Thread Marek Klein
2011/3/11 MING TSANG tsan...@rogers.com How can I code this in a .ly file? I am just interested in printing the file name (if possible with the full path) on the bottom of a score sheet. Click on the picture (with the text) here: http://lsr.dsi.unimi.it/LSR/Item?id=197 and you will find the

Re: Incipits / spacing

2011-02-23 Thread Marek Klein
it leads to a different picture than you would expect in mensural notation where voices are completely independent. Look at this message: http://lists.gnu.org/archive/html/lilypond-user/2010-08/msg00301.html HTH Marek -- Marek Klein http://gregoriana.sk

Re: refrain lyrics

2011-02-02 Thread Marek Klein
Hi, 2011/2/2 MING TSANG tsan...@rogers.com How can I print refrain lyric centered between stanza 1 and 2? Is this what you are looking for? http://lsr.dsi.unimi.it/LSR/Item?id=503 HTH. Marek -- Marek Klein http://gregoriana.sk ___ lilypond-user

Re: Automatic metronome track?

2011-01-28 Thread Marek Klein
Hello Mike. 2011/1/29 Michael Ellis michael.f.el...@gmail.com I want to automate the process of generating a midi metronome track for rehearsal purposes. See this message: http://lists.gnu.org/archive/html/lilypond-user/2010-09/msg00730.html HTH. Marek -- Marek Klein, http://gregoriana.sk

Re: Clarification of Gregorian Chant terminology

2010-12-30 Thread Marek Klein
(as oposit to single-note neumes) is compound neumes. -- Marek Klein, http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Writhing an non vocal letter before the tone in Lyrics

2010-12-16 Thread Marek Klein
{ c4 c d4 e } \addlyrics { i -- dem \left s to -- bom } HTH. Marek -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: dynamic alignment

2010-12-15 Thread Marek Klein
Hi Jan-Peter, 2010/12/13 Jan-Peter Voigt jp.vo...@gmx.de Hello list, I wrote a script to align dynamics centered on the corresponding note: --snip-- \version 2.12.3 % calculate x-alignment based on attribute text + dynamic text #(define-markup-command (center-dyn layout props atr-text

Re: Alla Breve Problem

2010-11-25 Thread Marek Klein
hope): http://lsr.dsi.unimi.it/LSR/Item?id=725 Marek -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Intersystem marks?

2010-10-07 Thread Marek Klein
, but have had a look in the learning manual and notation references in the likely places, and can't find it. -- I have found it: http://lilypond.org/doc/v2.13/Documentation/notation-big-page#separating-systems Marek -- Marek Klein http://gregoriana.sk

Re: Header separation from markup or music

2010-10-06 Thread Marek Klein
2.13.*, look for after-title-spacing and between-title-spacing in http://lilypond.org/doc/v2.13/Documentation/notation/page-formatting#vertical-dimensions Marek -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http

Re: Special tempo indication in new version of lilypond

2010-07-12 Thread Marek Klein
Hello, 2010/7/12 胡海鹏 - Hu Haipeng hhpmu...@163.com Hello, I know how to write special tempo indication like 4= ca120 in old versions of lilypond. But since the new ones have included \tempo text + tempo function, I don't know how to adjust it. Moreover, the indication is quite different

Re: Special tempo indication in new version of lilypond

2010-07-12 Thread Marek Klein
2010/7/12 Marek Klein ma...@gregoriana.sk Hello, 2010/7/12 胡海鹏 - Hu Haipeng hhpmu...@163.com Hello, I know how to write special tempo indication like 4= ca120 in old versions of lilypond. But since the new ones have included \tempo text + tempo function, I don't know how to adjust

Re: bounties

2010-06-17 Thread Marek Klein
. I agree. Paying a 'subscription' for Lilypond usage would suit me just fine. +1 Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond-book linewidth: unwanted space at the left of the Staff

2010-06-09 Thread Marek Klein
you tried to set indent to 0? See: http://lilypond.org/doc/v2.13/Documentation/notation/page-formatting#horizontal-dimensions Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo

Re: lilypond-book linewidth: unwanted space at the left of the Staff

2010-06-09 Thread Marek Klein
2010/6/9 Robert Memering memer...@uni-muenster.de Am 09.06.2010 13:53, schrieb Marek Klein: Have you tried to set indent to 0? See: http://lilypond.org/doc/v2.13/Documentation/notation/page-formatting#horizontal-dimensions Yes, I have. But that's the default anyway. According

Re: Multiple midi files?

2010-06-04 Thread Marek Klein
Hi, 2010/6/4 Tim Slattery slatter...@bls.gov I was working yesterday with a four-part choral piece. Of course I can get Lilypond to put out a midi file of the entire piece, but I couldn't find a way to put out a separate midi file for each voice (and I did look in the manual). Did I miss

Re: vertical spacing problem

2010-05-17 Thread Marek Klein
Thank you for the solution! -- Marek http://gregoriana.sk 2010/5/17 -Eluze elu...@gmail.com Marek Klein wrote: Hi, I have problem with the attached vocal score and I couldn't reproduce it with tiny example... i added 2 more options, maybe these could help: \paper

vertical spacing problem

2010-05-16 Thread Marek Klein
\center-column {Orlando di Lasso \small (1532 - 1594)} title=Communio: Qui manducat copyright= \markup {Marek Klein, gregoriana.sk, \date} } %5 global={ \key f \major %\autoBeamOff

Re: Alignment of rests

2010-02-23 Thread Marek Klein
2010/2/17 Robert Clausecker fuz...@gmail.com: And an half-measure-rest (r2) is positioned just in the center between the two lines, that looks very uggly. Is there a way to put it right onto the lower line? Look for \rest here:

Re: 3 problems with LilyPond 2.12.3.1

2010-02-16 Thread Marek Klein
2010/2/16 Phil Holmes em...@philholmes.net: accommodate one lyric syllable, rather than the 2 or 4 in the original.  Is there a way of changing this behaviour so that each beamed quaver accommodates a syllable, and it's only slurs that make more than one note per syllable?

Re: 3 problems with LilyPond 2.12.3.1

2010-02-16 Thread Marek Klein
2010/2/16 Phil Holmes m...@philholmes.net: http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Aligning-lyrics-to-a-melody#Multiple-notes-to-one-syllable: In addition, notes are considered a melisma if they are manually beamed, and automatic beaming (see Setting automatic beam behavior)

drummode midi

2009-11-24 Thread Marek Klein
?). Is this a bug, or did I miss some change in syntax? Thanks, Marek Klein http://gregoriana.sk wood-13.0.midi Description: MIDI audio wood-13.5.midi Description: MIDI audio ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman

Re: tracking patches

2009-10-26 Thread Marek Klein
Hi, I will do it. -- Marek Klein http://gregoriana.sk 2009/10/26 Graham Percival gra...@percival-music.ca Could we get a volunteer to keep track of patches? The idea is that whenever somebody sends a patch, if nobody does anything to it within, say, 3 days, you add it to the google issue

Re: tracking patches

2009-10-26 Thread Marek Klein
My google account: nez...@google.com -- Marek Klein http://gregoriana.sk 2009/10/26 Graham Percival gra...@percival-music.ca Great! Do you have a google account? Unfortunately you need one to open new issues on the tracker. If you have one, I'll add you as a project member, and you can

Re: How do I disable indentation of the first line?

2009-09-28 Thread Marek Klein
Hi, \layout { indent = 0.0 } -- Marek Klein http://gregoriana.sk 2009/9/28 Br. Athanasius Pelletier athp...@gmail.com I am trying to format music for a hymnal and I do not want the first stanza/line ( I don't know what it is called) to be indented. How can it be prevented

Re: tie in metronome mark

2009-08-28 Thread Marek Klein
? following snippet could help you: http://lsr.dsi.unimi.it/LSR/Item?id=204 -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Dynamics at SW of note

2009-08-18 Thread Marek Klein
can also use \markup { \dynamic f } and place it where you like, but I don't like this Idea. -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Producing a small bar...

2009-08-17 Thread Marek Klein
lilypond-user@gnu.org -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: new website non-git help

2009-08-12 Thread Marek Klein
- adding new strophe means minute or few of work (no matter if I want it one below the other, or one after the other) I don't see nice and simple way how to express this on the features page, but maybe someone else could find it. -- Marek Klein http://gregoriana.sk

Fwd: staves with example notes, ancient and modern

2009-08-12 Thread Marek Klein
Clef_engraver } ragged-right = ##t indent = 3\cm short-indent = 2\cm } } -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: sh lilypond-X.Y.Z.linux-x86.sh does not work

2009-07-14 Thread Marek Klein
gefunden werden.' Pls Help Greetings Franz L. Kuhlmann * You should download and run windows installer: http://download.linuxaudio.org/lilypond/binaries/mingw/lilypond-2.12.2-1.mingw.exe Gruß, -- Marek Klein http://gregoriana.sk ___ lilypond-user

Re: Aligning a D.S. al Fine at the end of a piece.

2009-05-13 Thread Marek Klein
://lsr.dsi.unimi.it/LSR/Item?id=432 -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

  1   2   >