troubles with vertical staff distance

2008-05-29 Thread Herbert Liechti
Hello all I have some problems to get a vertical distance between to staffs: Everything went ok from the second line in sheet: I'm attaching a stripped down version of the score. I tried the code in the snippet archive http://lsr.dsi.unimi.it/LSR/Snippet?id=225 But when using this code a t

Re: troubles with vertical staff distance

2008-05-29 Thread Herbert Liechti
Nicolas Sceaux schrieb: > Le 29 mai 08 à 17:18, Herbert Liechti a écrit : > >> Hello all >> >> I have some problems to get a vertical distance between >> two staffs: >> >> > > At some point during 2.11 development, the minimum space between > sta

Mutopia which version?

2008-12-02 Thread Herbert Liechti
Hello I'm trying to compile the following piece of music with lilypond 2.11.63: http://www.mutopiaproject.org/ftp/BachJS/O_Haupt_voll_Blut/O_Haupt_voll_Blut.ly Unfortunately there is no version info in the source file for converting with convert-ly. Compiling the source is also not working. Any

combining parts

2008-12-05 Thread Herbert Liechti
Hello I'm trying to produce a score that looks like this: But whatever I try to do I'm always getting a score like this: I read the documentation but could not find a hint on how to achieve this. Thanks for helping best regards Herbert ___

Re: combining parts

2008-12-05 Thread Herbert Liechti
Bertalan Fodor (LilyPondTool) schrieb: > Have you tried > > merge-differently-dotted? > > http://lilypond.org/doc/v2.11/Documentation/user/lilypond-internals/note_002dcollision_002dinterface > > Yepp, that's it ;-) Thank you & best regards Herbie ___

beam settings

2008-12-21 Thread Herbert Liechti
Hello I have some troubles to group beams like the following picture: I tried several settings without success: oben = \transpose c  c'' {   \clef treble   \global   %%\set beatLength = #(ly:make-moment 1 8)   \repeat volta 2 { %\set subdivideBeams = ##t %\set Score.beatLength

Re: beam settings

2008-12-22 Thread Herbert Liechti
Graham Percival schrieb: > On Mon, Dec 22, 2008 at 08:19:27AM +0100, Herbert Liechti wrote: > >> I tried several settings without success: >> > > You were close. > { > \repeat volta 2 { >

Re: beam settings

2008-12-22 Thread Herbert Liechti
Reinhold Kainhofer schrieb: > > > You're almost there... > > > Seems that the brackets are required for achieving the > > desired behavior. > > Actually, no. What is needed is a correct value for the beatGrouping > ;-) You > don't want 3 eighth notes to be beamed together, do you? You want the > be

Re: beam settings

2008-12-22 Thread Herbert Liechti
Reinhold Kainhofer schrieb: You're almost there... > Seems that the brackets are required for achieving the > desired behavior. Actually, no. What is needed is a correct value for the beatGrouping ;-) You don't want 3 eighth notes to be beamed together, do you? You want the beams to

Re: beam settings

2008-12-22 Thread Herbert Liechti
Reinhold Kainhofer schrieb: > Am Montag, 22. Dezember 2008 schrieb Trevor Daniels: > > Reinhold's short example works here, but I see from your > > attached jpg that you've incorporated it in some more > > extensive code. > > He sent me the whole file and the culprit is a PianoStaff, which seems to

Re: beam settings

2008-12-22 Thread Herbert Liechti
Neil Puttock schrieb: > 2008/12/22 Trevor Daniels : > >> Reinhold Kainhofer wrote Monday, December 22, 2008 4:22 PM >> > > >>> He sent me the whole file and the culprit is a PianoStaff, which seems to >>> somehow override the score's beamGrouping. So, one cannot use >>> \set Score.be

troubles with time change

2007-10-24 Thread Herbert Liechti
Hello all I'm in troubles with a time change from 4/4 to 2/4. d8. c16 ~ c8 a r2| \time 2/4 r2 \time 4/4 | The compiler always complains: sample.ly:29:32: warning: barcheck failed at: 1/2 d8. c16 ~ c8 a r2 I attach a the score. Hope that someone can help me. I used th

Re: troubles with time change

2007-10-24 Thread Herbert Liechti
Eyolf Østrem schrieb: > It complains because you have a different number of full measures in > the two voices: eight full 4/4 measures after the repeat in the tuba > part, and seven in the chords part. Thus, the time change that you > have indicated in the chords, fall in the middle of the last ful

Re: Frescobaldi 0.7.5 released

2009-02-12 Thread Herbert Liechti
Wilbert Berendsen schrieb: > Hi all, > > with great pleasure I announce the release of Frescobaldi 0.7.5. > http://lilykde.googlecode.com/files/frescobaldi-0.7.5.tar.gz > > Changes: > Hello I tried Frescobaldi a few days ago. Very good work, thank you. What I'm really missing is the ability to

Re: Frescobaldi 0.7.5 released

2009-02-12 Thread Herbert Liechti
Martin Tarenskeen schrieb: > On Fri, Feb 13, 2009 at 07:09:40AM +0100, Herbert Liechti wrote: > >> Hello I tried Frescobaldi a few days ago. Very good work, thank you. >> What I'm really missing is the ability to easy comment out/in >> parts of the code. My favor

Re: [Frescobaldi] Re: [ANN] Frescobaldi 0.7.9

2009-05-24 Thread Herbert Liechti
Stefan Thomas schrieb: > Dear Wilbert, > unfotunately, I couldn't install frescobaldi from source. > After running make I got the message: > cache.bz2 > /bin/sh: KDE4_MEINPROC_EXECUTABLE-NOTFOUND: not found > make[2]: *** [doc/index.cache.bz2] Fehler 127 > make[1]: *** [doc/CMakeFiles/doc-handbook.

Re: [Frescobaldi] Re: [ANN] Frescobaldi 0.7.9

2009-05-24 Thread Herbert Liechti
Herbert Liechti schrieb: > Stefan Thomas schrieb: > >> Dear Wilbert, >> unfotunately, I couldn't install frescobaldi from source. >> After running make I got the message: >> cache.bz2 >> /bin/sh: KDE4_MEINPROC_EXECUTABLE-NOTFOUND: not found >>

Re: rhythm marks

2010-10-25 Thread Herbert Liechti
2010/10/25 Graham Percival > On Mon, Oct 25, 2010 at 03:57:26PM +0100, James wrote: > > Yes I thought about that after I sent the links. I have never tried > > to create a rhythmic staff myself. It does make you wonder though, > > the point of making the note heads fall above or below the singe >

Re: rhythm marks

2010-10-26 Thread Herbert Liechti
2010/10/26 Ole Schmidt > Hi, > > I've just tried to compile the example below and get the following error > warning: > > »/Users/ole/Desktop/RM.ly« wird verarbeitet > Analysieren... > /Users/ole/Desktop/RM.ly:2:1: Fehler: syntax error, unexpected \once > > \once \override Score.MetronomeMark #'

Re: rhythm marks

2010-10-26 Thread Herbert Liechti
2010/10/26 Jan-Peter Voigt > code for stable or code for unstable > > --snip-- I think this would be a very useful example for the documentation. Best regards Herbie ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/

disabling \break

2018-05-08 Thread Herbert Liechti
Hello I searched a long time in the forum an internet and could not find an answer for my issue. I write all my music with lilypond and at the end I have two output targets. One is the paper form and one is a page layout for the tablet. The latter layout is optimized so that the screen of the tab

Re: disabling \break

2018-05-14 Thread Herbert Liechti
ou can make use of these packages quite easily. That way you can separate > breaks and page-layout from the music-content. > > > > So the short answer is: Yes, it is possible to add a command that avoids > certain breaks for certain commands. > > > > If you want t

Re: [ANN] LilyQuick 0.9beta - fast accurate Lilypond MIDI note entry for Linux

2017-03-09 Thread Herbert Liechti
2017-02-24 13:49 GMT+01:00 Vaughan McAlley : > Greetings, > > I’m pleased to announce LilyQuick, Hello I tried to compile LilyQuick on a Ubuntu Distributor ID: Ubuntu Description: Ubuntu 16.04.1 LTS Release: 16.04 Codename: xenial When I run make I get the following error: gcc -ILuaSource -

Re: [ANN] LilyQuick 0.9beta - fast accurate Lilypond MIDI note entry for Linux

2017-03-09 Thread Herbert Liechti
Hi Vaughan Unfortunately the error is the same when I compile with this change. Best regards Herbert 2017-03-10 4:04 GMT+01:00 Vaughan McAlley : > On 10 March 2017 at 02:00, Herbert Liechti > wrote: > > > > > > 2017-02-24 13:49 GMT+01:00 Vaughan McAlley : > >&

Engraving the old way

2017-10-12 Thread Herbert Liechti
https://www.youtube.com/watch?v=CYZbULcoVtw Enjoy & best regards ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Optional chords

2016-10-28 Thread Herbert Liechti
Hi In Jazz notation you find often chords symbol in parenthesis (see the attached picture for an example). It this case it indicates what to play when doing a turnaround in other cases it indicates an alternative to the standard chords. Is there a way to do that in lilypond? If found no hints in

Re: Optional chords

2016-10-28 Thread Herbert Liechti
Thank you all for the replies. Problem solved. Best regards -- herbert.liec...@thinx.ch, ThinX AG, Bielstrasse 69, CH-4500 Solothurn Tel +41 (0)32 623 81 66, Mobile +41 (0)76 334 81 66, http://www.thinx.ch ___ lilypond-user mailing list lilypond-user

optimized paper definitions for a tablet 10.10 "

2016-12-07 Thread Herbert Liechti
Hello I recently bought an Android Lenovo YOGA Book tablet and I like to use it on stage for viewing my sheets. I'm using an app MobileSheets for organzing the pdf files. I was wondering if anyone has made a paper definition (like A4) in lilypond for such a device. A tablet needs a minimum of mar

Re: optimized paper definitions for a tablet 10.10 "

2016-12-07 Thread Herbert Liechti
016 at 10:19 AM, Herbert Liechti [via Lilypond] <[hidden > email] <http:///user/SendEmail.jtp?type=node&node=197757&i=0>> wrote: > >> I recently bought an Android Lenovo YOGA Book tablet and I like to use >> it on stage for viewing my sheets. I'm using a

Fonts http://fonts.openlilylib.org/

2016-12-09 Thread Herbert Liechti
Hello I read this blog post http://lilypondblog.org/2014/09/lilyponds-look-and-feel/ where the http://fonts.openlilylib.org/ link is mentioned for downloading patches and fonts. Unfortunately this link is not working. Anybody knows more about that? Thanks & best regards Herbert __