Re: extra repeat opening bar (related to \hideNotes?)

2012-04-14 Thread Federico Bruni
Il 14/04/2012 13:26, James ha scritto: So are you_really_ saying if you remove a*single* line from your \global settings the problem goes away? For instance if were to remove the \key d \major line or the \time 4/4 line the problem 'goes away'? Not any single line, but line 91 of the file I

Re: extra repeat opening bar (related to \hideNotes?)

2012-04-14 Thread Federico Bruni
Il 14/04/2012 14:17, Mark Knoop ha scritto: See Known issues and warnings here: http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Special-rhythmic-concerns#Grace-notes Thanks Mark! I added \grace { s8 } to the other voice and now the output is correct.

Re: hideNotes in tablature

2012-04-15 Thread Federico Bruni
Il 14/04/2012 21:09, James ha scritto: Hello, On 14 April 2012 15:47, Marc Hohlm...@hohlart.de wrote: Am 14.04.2012 11:57, schrieb Federico Bruni: Hi, I started using version 2.13.56 and I realized that this bug seems fixed: http://code.google.com/p/lilypond/issues/detail?id=1459 I'll

Re: hideNotes in tablature

2012-04-15 Thread Federico Bruni
Il 15/04/2012 11:00, James ha scritto: Federico, it seems you have the ability (and knowledge) to create a tracker yourself so I suggest that if issue 1459 is fixed you change the label to fixed - someone else will verify - and then create a new tracker for the enhancement - whatever it is.

Re: hideNotes in tablature

2012-04-15 Thread Federico Bruni
Il 15/04/2012 12:06, Federico Bruni ha scritto: Yes, issue 1459 is fixed. How can I change the label to fixed in the tracker? I guess I can't: Only project owners and committers can edit issue metadata. These users see additional fields when entering a new issue or adding a comment

Re: parenthesize a dotted note

2012-04-15 Thread Federico Bruni
Il 15/04/2012 16:26, Paolo Prete ha scritto: has this bug been fixed in lilypond 2.15.xx ? http://old.nabble.com/Fix-155%3A-parentheses-include-accidentals-and-dots.-(issue-5047048)-td32485933.html in the tracker it's labeled as patch-abandoned:

Re: hideNotes in tablature

2012-04-16 Thread Federico Bruni
Il 16/04/2012 12:24, Marc Hohl ha scritto: if you create a patch, I think you can remove the Stem #'transparent = ##t in the definition of TabVoice in ly/engraver-init.ly, because the stems have now length zero, so this is superfluous (and will be reverted by the first call of \unHideNotes

barcheck warning when using Timing.measurePosition in polyphonic music

2012-04-22 Thread Federico Bruni
Hi, just a nitpick... In NR 1.2.3, Upbeats, Known issues and warnings \set Timing.measurePosition is recommended instead of \partial when the partial measure occurs after the beginning of the piece. Single voice music compiles fine and without warnings: \version 2.15.36 \relative c'' {

Re: barcheck warning when using Timing.measurePosition in polyphonic music

2012-04-23 Thread Federico Bruni
Il 23/04/2012 01:53, Nick Payne ha scritto: If you replace \set Timing.measurePosition = #(ly:make-moment -2 4) with \set Score.measureLength = #(ly:make-moment 2 4) you don't get a barcheck error. Thanks, this is what I was looking for. I've noticed that - unlike measurePosition -

Re: print tie without note it ties to?

2012-04-25 Thread Federico Bruni
Il 24/04/2012 16:15, diekunstderfuge ha scritto: I'm transcribing/typesetting the music seen in the attached image. At the end of the second system there are two notes (one in the RH staff, one in the LH staff) which tie to notes not included in this excerpt. Is there a way I can manually force

Re: \tempo sticks out to the right

2012-04-29 Thread Federico Bruni
Il 29/04/2012 07:58, Werner LEMBERG ha scritto: Attached is its output. How can I avoid that the \tempo string sticks out to the right? This is the only workaround that comes to my mind, but probably it's not what you are looking for: \tempo \markup { \center-column { \line { a very

\harmonicByFret #2.7

2012-04-29 Thread Federico Bruni
Hi, I was looking at this snippet: http://lsr.dsi.unimi.it/LSR/Item?id=819 can anyone explain which fret is 2.7? :-) This snippet is included in the documentation, inside a section for *fretted* instruments:

Re: \harmonicByFret #2.7

2012-04-29 Thread Federico Bruni
Il 29/04/2012 13:59, pls ha scritto: Hi Federico, when you touch the string two thirds in between fret 2 and 3 the sounding pitch is two octaves and a seventh above the open string. So 2.7 is an approximation of 2.6… hth patrick Hi Patrick, thanks, found both 2.3 and 2.7 :) I was

Re: Clickable table of contents

2012-05-06 Thread Federico Bruni
Il 04/05/2012 16:57, Álex R. Mosteo ha scritto: I would also be interested on how to get automatically a ToC entry for each song, I'm currently doing it like this: \tocItem \markup Author - Song \bookpart { \header { title=Song subtitle=Author } which causes some nagging duplication. But

Re: Mediawiki

2012-05-10 Thread Federico Bruni
Il 09/05/2012 17:49, Lucas Gonze ha scritto: Hi Lilypond-user, I stumbled across a Mediawiki plugin that enables music, among other multimedia. Music would be written in Lilypond. http://wikitex.org/ If you search in the archives, you'll find a lot of discussion about mediawiki

glissando not displayed in Staff

2012-05-13 Thread Federico Bruni
Hi, do you know why glissando is not displayed in the Staff of the following snippet? It's displayed only if I move down one octave, i.e. \relative c \version 2.15.38 \paper { ragged-right = ##f } music = \relative c' { s1*2 b g'8 e4 d4( \glissando dis8) e4 | } \score { \new

Re: glissando not displayed in Staff

2012-05-13 Thread Federico Bruni
Il 13/05/2012 09:31, Eluze ha scritto: Am 13.05.2012 09:16, schrieb Federico Bruni: Hi, do you know why glissando is not displayed in the Staff of the following snippet? It's displayed only if I move down one octave, i.e. \relative c Hi, it happens to lie exactly on the staff line

Re: glissando not displayed in Staff

2012-05-13 Thread Federico Bruni
Il 13/05/2012 11:08, Eluze ha scritto: hi Federico if you use \once you must apply it _just before_ the concerned note. Ok, thanks. It works, but I see that it just puts up the glissando, which remains horizontal, I mean not slanted. Even if the glissando is moving just by one semitone, it

how to stretch the bar width?

2012-05-13 Thread Federico Bruni
Hi, I'm sure this has been asked before, but I couldn't find anything in the archives. Guess I'm using the wrong keywords. I'm writing a legenda for tablature and I'm using \markup over each bar to explain the notation. As you can see in the attached example, the markup blocks are moved

Re: glissando not displayed in Staff

2012-05-13 Thread Federico Bruni
Il 13/05/2012 12:55, Eluze ha scritto: Am 13.05.2012 11:30, schrieb Federico Bruni: I think that using the bound-details override would be much better. I'd be curious to know why they work in 2.14.2 and do not work in 2.15.38 personally I hate to calculate the positions myself - when you

Re: how to stretch the bar width?

2012-05-13 Thread Federico Bruni
Il 13/05/2012 13:46, wjm ha scritto: Greetings Federico, You wrote +++ I'm writing a legenda for tablature and I'm using \markup over each bar to explain the notation. As you can see in the attached example, the markup blocks are moved vertically to avoid collisions. I'd like to stretch the

Re: Four Bars per Line/System, again :)

2012-05-19 Thread Federico Bruni
I usually place a system-count in the layout block inside score block. If you choose the right number, Lilypond should break lines regularly. Rarely I need to force a line break. I think this is a much cleaner solution than using a variable with spacing rests. Il giorno 18/mag/2012 20:45, Nils

Re: Source management tools for lilypond projects

2012-05-19 Thread Federico Bruni
Il 17/05/2012 13:11, Francisco Vila ha scritto: 2012/5/17 Urs Liskali...@ursliska.de: OK, but please keep in mind everybody that I specifically asked for the use with lilypond projects ... It's no need to be specifically for lilypond to be perfect for lilypond. It only has to be perfect for

Re: Source management tools for lilypond projects

2012-05-20 Thread Federico Bruni
Il 19/05/2012 19:47, Bernardo Barros ha scritto: On 05/19/2012 09:47 AM, Federico Bruni wrote: If you want to keep the easy to use interface, you can use SparkleShare, free alternative to Dropbox: http://sparkleshare.org/ Free in what sense? Do they encrypt your data, in a way that only

Re: Text on slurs (faking bends etc)

2012-05-25 Thread Federico Bruni
Il 25/05/2012 07:53, Pete Farmer ha scritto: I'm will try to extend your work on bend.ly to include a few new cases. I'm in the process of laying out some material by The Hellecasters and as you can imagine I'm encountering many instances which require rather exotic representations of bending

Re: Syntax for vibrato, bends, etc.?

2012-05-27 Thread Federico Bruni
Il 26/05/2012 21:42, Corbin Simpson ha scritto: I'm also a bit stymied by \bendAfter -- is that the only notation for bends? How would I notate the bend-up/bend-down antics of guitarists? Check this link: http://code.google.com/p/lilypond/issues/detail?id=1196 You'll find the latest bend.ly,

Re: musescore lands sponsoring?

2012-05-29 Thread Federico Bruni
2012/5/29 Jan Nieuwenhuizen jann...@gnu.org: Just to make sure you have seen     http://www.opengoldbergvariations.org/b-sendorfer-sponsors-open-goldberg-project-providing-concert-grand-ceus-recording-technology-0 Wouldn't LilyPond have been a technically superior choice for this

Re: musescore lands sponsoring?

2012-05-29 Thread Federico Bruni
2012/5/29 Janek Warchoł janek.lilyp...@gmail.com: What do you mean with technically superior? It's about the output? I think it's LilyPond output. Can you confirm? http://www.opengoldbergvariations.org/node/191 This isn't Lily output, it's directly from MuseScore. You were fooled by the fact

Re: Lilybin editor

2012-06-02 Thread Federico Bruni
Il 02/06/2012 14:36, MING TSANG ha scritto: Hi, lily users, Is anyone have problem accessing lilybin.com? I have been trying for three weeks and not been able to get into it. Blessing in+, Ming. Hi Ming, when in doubt about a website being down or not, check this website:

Re: stem across voices

2012-06-03 Thread Federico Bruni
Il 03/06/2012 15:20, David Kastrup ha scritto: Federico Brunifedel...@gmail.com writes: Hi, can you tell me what's the meaning of a stem which connects a note in a voice to a rest (?) in another voice? See image attached. There is no rest to be seen. There are just two voices which share

Re: stem across voices

2012-06-03 Thread Federico Bruni
Il 03/06/2012 16:04, David Nalesnik ha scritto: This sort of notation is very common. Rather than notating only what is physically possible for the player, the notator tries to show the musical sense of the passage. So, here, we have two voices, and the notator is trying to show each voice

\voiceOne and placement of slur (close to noteheads)

2012-06-03 Thread Federico Bruni
This question is related to a bug report I sent some hours ago: http://lists.gnu.org/archive/html/bug-lilypond/2012-06/msg00022.html Try to compile the attached file with 2.14.2 and 2.15.39 or git version. You'll see that in latest version the slurs connect noteheads, even if \voiceOne is

Re: stem across voices

2012-06-03 Thread Federico Bruni
Il 03/06/2012 18:37, Eluze ha scritto: Am 03.06.2012 17:18, schrieb Thomas Morley: 2012/6/3 Eluzeelu...@gmail.com: Am 03.06.2012 16:45, schrieb Thomas Morley: Not really. It is physically _impossible_ to play \relative c { \clef G_8{ e,8 [f] } \\ { e4} } on a common six-string guitar.

Re: Lilypond source code indenter and formatter

2012-06-06 Thread Federico Bruni
Il 07/06/2012 02:49, Colin Hall ha scritto: It seems to be equipped to run as a program: lgc$ wgethttp://lilykde.googlecode.com/svn/trunk/frescobaldi/python/ly/indent.py lgc$ I'd rather use the version in the current repository: wget

Re: slurs in polyphony and TabStaff problems

2012-06-09 Thread Federico Bruni
Il 07/06/2012 11:21, m...@apollinemike.com ha scritto: On 7 juin 2012, at 07:36, Federico Bruni wrote: Il 04/06/2012 09:11, m...@apollinemike.com ha scritto: On 4 juin 2012, at 08:05, David Kastrup wrote: Federico Brunifedel...@gmail.com writes: Another report about slurs and TabStaff

footnote and rests/rehearsal marks

2012-06-10 Thread Federico Bruni
I'm trying to use \footnote for the first time. Can I attach a footnote to a rest or a rehearsal mark? I've made some tries with no success: \relative c' { \footnote #'(0.5 . -2) \markup { This works } a'2 b \footnote #'(0.5 . 1) \markup { doesn't work } R1 \footnote #'(0.5 . 1)

Re: footnote and rests/rehearsal marks

2012-06-10 Thread Federico Bruni
Il 10/06/2012 13:14, David Kastrup ha scritto: You need to use time-based footnotes here: ok \footnote #'(0.5 . 1) #'RehearsalMark \markup { works again } \default \mark \markup { Note 2 } c1 I've noticed that this works only if there's a note before: \relative c' { %s1

Re: footnote and rests/rehearsal marks

2012-06-10 Thread Federico Bruni
Il 10/06/2012 14:10, David Kastrup ha scritto: More likely than not URL:http://code.google.com/p/lilypond/issues/detail?id=2574 since the footnote line appears, but the note itself not. yes, I've just sent a comment to #2574 ___ lilypond-user

Re: slurs in polyphony and TabStaff problems

2012-06-10 Thread Federico Bruni
Il 10/06/2012 14:42, Colin Hall ha scritto: Hi Federico, The SVG file you sent looks nothing like the PNG images that you sent in your original bug report that started this thread. It looks a bit like the one for your other bug report Ugly slur in TabStaff if font is changed Can you clarify

Re: slurs in polyphony and TabStaff problems

2012-06-10 Thread Federico Bruni
Il 10/06/2012 17:11, Colin Hall ha scritto: You'll forgive me, I hope, but my interest begins and ends with administration of the issue tracker. So, could you confirm whether there are two distinct bug reports here, or just one? they are both about ugly slurs, but they are distinct: #2587:

Re: How to use diferente paper layouts in a \book

2012-06-13 Thread Federico Bruni
Il 13/06/2012 15:57, ALEXANDRE FICAGNA ha scritto: Nobody knows how to do it? 2011/5/25 Alexandre Ficagnaalr...@ibest.com.br: Hy all, I'm trying do create a score with the individual parts after the global one, but the global part in landscape and the individual parts in portrait style. I'm

Re: utility to create files for a score or book

2012-06-20 Thread Federico Bruni
Il 20/06/2012 22:10, -Eluze ha scritto: now my question: does anybody know a tool/utility which would create all these files and maybe even write the corresponding code into them. do you know the make example in Usage? http://lilypond.org/doc/v2.14/Documentation/usage/make-and-makefiles it's

Re: Why can't I post?

2012-06-22 Thread Federico Bruni
Received. Welcome :-) Il giorno 22/giu/2012 18:17, Anders Eriksson andis.eriks...@gmail.com ha scritto: Hello, I have just become a member of the lilypond-user list. I have tried to send some questions but nothing has arrived! Is there some waiting period or something else that makes my

Re: combining pieces in one book

2012-06-23 Thread Federico Bruni
Il 23/06/2012 15:53, Dr. med. Kai Lautenschläger ha scritto: Hi to all, If this has been answered before, please point me there. I searched the manual several times, but couldn't find an answer, that helped me. I'm CCing lilypond-bug, because I believe that missing index entries for book

Re: Adding new fingering system

2012-06-24 Thread Federico Bruni
Il 23/06/2012 23:36, and...@andis59.se ha scritto: My main instrument is the Pedal Steel Guitar. One of the different things about this instrument is that it has pedals that re-tune specific strings. I want to be able to add strings to my score. This is close to the result I want, but it would

Re: Footnote problem with \default

2012-07-01 Thread Federico Bruni
Il 01/07/2012 08:55, Nick Payne ha scritto: On a somewhat related matter, if I have a StaffGroup with a time-related footnote in one staff, then the footnote indication gets attached to all staves at the same time moment, which would seem the desired behaviour, but that also results in the

custom stringTuning not working

2012-07-15 Thread Federico Bruni
It's the first time I use the new command \stringTuning and I can't get it work. In the following example I should see 0s from the 6th to the 1st string. What I'm doing wrong? \version 2.15.41 music = \relative c { d,8 bes' d g bes d } \score { \new StaffGroup \new Staff

Re: custom stringTuning not working

2012-07-15 Thread Federico Bruni
On 15/07/2012 19:17, Federico Bruni wrote: It's the first time I use the new command \stringTuning and I can't get it work. In the following example I should see 0s from the 6th to the 1st string. What I'm doing wrong? Well, apparently I don't know absolute mode :-) Solved, sorry for the noise

Re: how to typeset introductory notes

2012-07-23 Thread Federico Bruni
On 23/07/2012 21:44, Martin Guy wrote: hi! This must be the stupidest question of the year :( but I can't figure out how to typeset a piece which starts with a partial bar of a couple of notes before the real thing, with full 4/4 bars, starts. I'm sure I saw it in the docs a few years ago but

Re: Current Documentation (Was Re: Vertical spacing: Was between-system-space deprecated?)

2012-07-29 Thread Federico Bruni
Il 29/07/2012 23:25, ivan.k.kuznet...@gmail.com ha scritto: Trevor Danielst.dani...@treda.co.uk writes: ivan.k.kuznet...@gmail.com wrote Saturday, July 28, 2012 9:27 PM I started looking at the 2.14 documentation (the most recent I could find at http://lilypond.org) Please use the

NR 4.1.6: blank-last-page-force and penalty values

2012-08-10 Thread Federico Bruni
NR 4.1.6, \paper variable for page breaking http://lilypond.org/doc/v2.15/Documentation/notation/other-_005cpaper-variables#_005cpaper-variables-for-page-breaking I'd like to force the add of a blank page in case the number of pages in a book is odd. I guess I should use blank-last-page-force.

Re: Unwanted notation appearing on TabStaff after glissando

2012-08-21 Thread Federico Bruni
Which version are you using? This problem has been fixed in the 2.15.x. Search 'hideNotes TabStaff' in the google issue tracker (make sure to search all issues, not just the open ones) and you'll find all the details. hideNotes is much more handy than tags, so I think it's worth upgrading to

[for Italian users] how to translate spanner?

2012-08-23 Thread Federico Bruni
Dear italian users, do you have any good idea about how to translate spanner? I had this doubt in the past, see end of this page: http://lists.linux.it/pipermail/tp/2011-February/021547.html and I decided not to translate it. What do you think about it? Taking inspiration from the latin

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

2012-08-24 Thread Federico Bruni
Il 24/08/2012 16:51, martinwguy ha scritto: I like Tensore. If a LilySpanner does what I think, it is also delicately precise: Something that applies the correct tension to other objects as well as signalling tthat it is a new, technical meaning, rather than evoking demisters or wrenches. Me

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

2012-08-24 Thread Federico Bruni
Il 24/08/2012 16:52, Mogens Lemvig Hansen ha scritto: I am not a native English speaker, but aren't the segments of a bridge between the vertical supports called spans? If that's right, one could find the Italian word for such segments and lift the lilypond word from there. I think they are

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

2012-08-24 Thread Federico Bruni
Il 23/08/2012 20:59, Tiresia GIUNO ha scritto: Non conosco Lilypond in modo tale da valutare la corretta funzionalità della traduzione, ma mi sembra che nel caso di text spanner o trill spanner c'è appunto l'idea di tendere (nel senso di tirare) più che quella di dilatare o allungare - ma ripeto

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

2012-08-27 Thread Federico Bruni
Il 24/08/2012 22:12, Davide Liessi ha scritto: The main meaning of estensore is something that extends something else (also in anatomy) which seems better, but still isn't perfect: a spanner _does not_ extend something over notes, it is _itself_ extended; however it could be acceptable, since

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

2012-08-27 Thread Federico Bruni
Il 25/08/2012 23:23, Davide Liessi ha scritto: What you observed is part of the reasons because I think that indicazione estesa or oggetto esteso would be the best choices: despite the fact that these are two-word terms, they convey the exact concept we need to describe, so if one tries to guess

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

2012-08-27 Thread Federico Bruni
Il 27/08/2012 11:55, Davide Liessi ha scritto: So I would use estensore or keep it untranslated. What do you prefer? Given what we all said, both indicazione estesa and oggetto esteso are unsuitable, so I agree that these are the options. In the end I prefer estensore: I think the

Re: problem with acciaccatura

2012-08-27 Thread Federico Bruni
Il 27/08/2012 14:48, fabio gabbianelli ha scritto: how can i decide if the acciaccatura note is link to the higher or the lower note of chord that follow? when i write acciaccatura to a chord, in default mode, it link to the lower note ps: i wish you can understand, i'm not good with english.

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

2012-08-27 Thread Federico Bruni
Il 27/08/2012 15:06, Han-Wen Nienhuys ha scritto: On Thu, Aug 23, 2012 at 2:05 PM, Federico Brunifedel...@gmail.com wrote: Dear italian users, do you have any good idea about how to translate spanner? I had this doubt in the past, see end of this page:

Re: problem with acciaccatura

2012-08-27 Thread Federico Bruni
Il 27/08/2012 15:45, Jan-Peter Voigt ha scritto: \relative c' { \once \override Slur #'direction = #UP \acciaccatura d'8 c, aes' c } That leaves any slurUp/slurDown/slurNeutral intact and changes direction only for this particular slur. More elegant solution :) Fabio, it is explained

Re: Question about Lilypond

2012-08-27 Thread Federico Bruni
On 12-08-26 05:50 AM, stefano cucuzzella wrote: Hello, I had a question about Lilypond, it seems like this kind of command # (override-auto-beam-setting '(end * * * *) 1 4)doesn´t work anymore, and the program reads it as mistake. Is there something new in the new version that does the

Re: problem with midi

2012-08-28 Thread Federico Bruni
Il 28/08/2012 16:15, fabio gabbianelli ha scritto: hi everybody i don't understand how to fix the error : (De)crescendo with unspecified starting volume in MIDI someone can help me? Not me, I never use (de)crescendo. I can just say, as a translator, that this message has been added

Re: problem with midi

2012-08-28 Thread Federico Bruni
. \\arpeggio i used \dynamic p, not (de)crescendo Il giorno 28/ago/2012, alle ore 16.37, Federico Bruni ha scritto: Il 28/08/2012 16:15, fabio gabbianelli ha scritto: hi everybody i don't understand how to fix the error : (De)crescendo with unspecified

decrescendo and unspecified starting volume [WAS: dynamic in midi]

2012-08-28 Thread Federico Bruni
Il 28/08/2012 17:03, fabio gabbianelli ha scritto: i have this problem (De)crescendo with unspecified starting volume in MIDI. r1 s8 r1 s8 r1 s8 r1 s8 g4. \_\markup {\line i think it's refer to \ how i can specified the starting volume in midi? i try to find

Re: decrescendo and unspecified starting volume [WAS: dynamic in midi]

2012-08-28 Thread Federico Bruni
Il 28/08/2012 19:42, Marc Hohl ha scritto: In this respact, Lilypond is as clever as any musician - if there is no dynamic sign, from which loudness should one start the decrescendo? ok As Phil pointed out already, inserting a \p or \mf or any other dynamic sign should do the trick: c\mf

Re: decrescendo and unspecified starting volume [WAS: dynamic in midi]

2012-08-28 Thread Federico Bruni
Il 28/08/2012 20:06, Federico Bruni ha scritto: I can't make it work using my previous minimal example. Also, I can't compile a snippet in NR 1.3.1 (attached) nevermind, it's a bug in recent master: GNU LilyPond 2.16.0 /home/fede/lilypond-git/out/share/lilypond/current/scm/define-grobs.scm:28

Re: decrescendo and unspecified starting volume [WAS: dynamic in midi]

2012-08-28 Thread Federico Bruni
Il 28/08/2012 20:09, Federico Bruni ha scritto: Il 28/08/2012 20:06, Federico Bruni ha scritto: I can't make it work using my previous minimal example. Also, I can't compile a snippet in NR 1.3.1 (attached) nevermind, it's a bug in recent master: GNU LilyPond 2.16.0 /home/fede/lilypond-git

Re: Hiding expressive notation

2012-08-29 Thread Federico Bruni
Il 30/08/2012 07:44, Ben Eichler ha scritto: Hi there, I transcribe music for guitar using a normal staff and tabstaff. About 99% of the time, when I specify a string a note must be played on, I don't want it to create a string notation on the normal staff, I only want it to change the string

Re: Hiding staff without hiding bar lines

2012-08-30 Thread Federico Bruni
Il 30/08/2012 03:58, Michael Rivers ha scritto: I'm a relatively new LilyPond user, so I apologize if this is something I should have found in the manual. I'm trying to use LilyPond to make worksheets and theory tests, so I need to hide elements for students to fill in themselves. I also need to

Re: Hiding expressive notation

2012-08-31 Thread Federico Bruni
Il 30/08/2012 08:10, David Kastrup ha scritto: Just add this in the \layout block: \layout { \context { \Staff \override StringNumber #'transparent = ##t } } It is better to do \override StringNumber #'stencil = ##f since that does not reserve space for the string

Re: running lilypond-book in frescobaldi?

2012-08-31 Thread Federico Bruni
Il 30/08/2012 03:38, MING TSANG ha scritto: Lilypond users: 1. I am running lilypond in frescobaldi. Can I run lilypond-book in frecobaldi as well. 2. How can pass parameter to lilypond and or lilypond-book from frescobaldi? Blessing in+, Ming. Hi Ming, Frescobaldi doesn't support

bookpart, titles and table-of-contents

2012-09-02 Thread Federico Bruni
I'm trying a different approach¹ in creating a book. Let me first explain what I 'd like to achieve. Let's say I have some scores which I'd like to print either on their own and inside a book which includes them all; and I want the title to show up correctly in both cases without having to

Re: bookpart, titles and table-of-contents

2012-09-02 Thread Federico Bruni
Il 02/09/2012 20:28, Thomas Morley ha scritto: Hi Federico, why not remove the tocItems from book and integrate them in bookpart1 and bookpart2? I had tried, but it didn't work because I put \tocItem at the bottom of the \bookpart block. It must be at the beginning. Thanks! -- Federico

Re: bookpart, titles and table-of-contents

2012-09-02 Thread Federico Bruni
Il 02/09/2012 18:33, Christopher R. Maden ha scritto: The \bookpart starts a new page. Regarding this, I have another question: is it possible to prevent the page break between two bookparts? I've tried putting \pageBreak in several places but none worked. I'm writing a book where there are

Re: bookpart, titles and table-of-contents

2012-09-03 Thread Federico Bruni
Il 03/09/2012 00:06, Christopher R. Maden ha scritto: Remember you can have multiple scores in each bookpart, and a score can have its own title. Yes, but the title of \score blocks is printed only if you set print-all-headers to ##t, which in turn causes a mess in that configuration. It's

Re: bookpart, titles and table-of-contents

2012-09-03 Thread Federico Bruni
Il 03/09/2012 00:06, Christopher R. Maden ha scritto: I'm writing a book where there are normal pieces, which need a page break and so \bookpart is ok. But there are also some short exercises, each in a separate file, and I don't want a page break after each small exercise. OTOH, if I

Re: Digest quotes

2012-09-04 Thread Federico Bruni
2012/9/4 David Kastrup d...@gnu.org: In general, it is a bad idea to answer to a digest, just because of being able to associate answer with original article. It is better if you look up the article itself in the archives and answer to _that_ rather than to the digest. Evolution (the email

Re: beam across larger rest

2012-09-05 Thread Federico Bruni
2012/9/5 Tiresia GIUNO tires...@googlemail.com: So it must be the 8th rest that stop the 16th beam. I would expect that setting the baseMoment to 1/16 would bring to the wished result: \set Timing.baseMoment = #(ly:make-moment 1 16) But it doesn't work. So I guess I'm ignoring a

Re: beam across larger rest

2012-09-05 Thread Federico Bruni
2012/9/5 Tiresia GIUNO tires...@googlemail.com: On Wed, 5 Sep 2012 10:23:39 +0200 Federico Bruni fedel...@gmail.com wrote: 2012/9/5 Tiresia GIUNO tires...@googlemail.com: So it must be the 8th rest that stop the 16th beam. I would expect that setting the baseMoment to 1/16 would bring

Re: beam across larger rest

2012-09-05 Thread Federico Bruni
2012/9/5 Tiresia GIUNO tires...@googlemail.com: I notice that putting three 16th rests keeps extended also the 16th beam: \relative { d16[ r r r e16] r r8 } So it must be the 8th rest that stop the 16th beam. Ok, example found. All I can say is that it's not because of a collision.

Re: Changing note head style within a chord

2012-09-18 Thread Federico Bruni
Il 18/09/2012 22:27, ALEXANDRE FICAGNA ha scritto: I've read that with \tweak command this is not possible. I really need two differente notehead styles inside the same chord (in different notes), does someone know how to do it? Where did you read that is not possible? Have a look here:

Re: Free online courses

2012-10-01 Thread Federico Bruni
Il 01/10/2012 02:37, David B. Stocker ha scritto: I'm currently taking the course Learn to Program: The Fundamentals which demonstrates programming fundamentals using Python. I'm a veteran LilyPond user, with absolutely no programming experience. It occurs to me that this may be a way for

Re: Rehearsal Marks

2012-10-10 Thread Federico Bruni
Il 10/10/2012 22:55, Nels ha scritto: Is there a way to make the default rehearsal mark a filled in box with white lettering/number inside? Do you mean something like this: \version 2.16.0 { \set Score.markFormatter = #format-mark-box-numbers c1 \mark \default c1 \mark \default c1

Re: Rehearsal Marks

2012-10-11 Thread Federico Bruni
where the reharsal marks are black on white? obviously I meant white on black thanks Harm for your scheme magic :) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \markuplines not working under Windows

2012-11-02 Thread Federico Bruni
/Documentation/usage/general-suggestions.html 2012/11/2 Micah Walter mwal...@haverford.edu: This would probably answer my question—thanks! Is this mentioned somewhere in the documentation? On Fri, Nov 2, 2012 at 9:41 AM, Federico Bruni fedel...@gmail.com wrote: I should have said: \markuplist has

Re: How to specify lilypond exec option in Frascobaldi?

2012-11-03 Thread Federico Bruni
Il 03/11/2012 13:27, MING TSANG ha scritto: Hi, fellow lily users: I am executing lilypond by Frescobaldi. How to specify lilypond options, eg --png in Frescobaldi (not as command-line)? Blessing in+, Ming Use the custom compilation in the LilyPond menu

Re: Managing the creation of a book with many scores

2012-11-04 Thread Federico Bruni
Il 04/11/2012 11:09, Olivier Biot ha scritto: One of the challenges is to process individual scores without the need of recreating the entire score book. I first thought that there ought to be a method like the preprocessor directives used in C, but that did not work with Scheme apparently.

Re: Version Control and Public Repository

2012-11-09 Thread Federico Bruni
2012/11/9 Urs Liska li...@ursliska.de: Re public repositories: Do you know mutopiaproject.org? Is that what you mean? and it's on git: https://github.com/chrissawer/The-Mutopia-Project I think that an information missing here[1] is where you can retrieve public domain scores to be digitalized

Mutopia contributions [WAS: Version Control and Public Repository]

2012-11-10 Thread Federico Bruni
Il 09/11/2012 21:57, Nick Payne ha scritto: On 10/11/12 03:08, Urs Liska wrote: Re public repositories: Do you know mutopiaproject.org? Is that what you mean? Mutopiaproject seems pretty dead. No scores have appeared there since 12 February, including a couple that I sent them subsequent to

Re: Version Control and Public Repository

2012-11-11 Thread Federico Bruni
Il 11/11/2012 18:54, Stjepan Horvat ha scritto: And is puting it on the web for example github (public) illegal..?! Sure it's illegal, if material is copyrighted and you don't have the rights. If you use a private repository I think it's ok. ___

Re: Guitar tab with only numbers

2012-11-12 Thread Federico Bruni
Il 12/11/2012 21:37, Mate ha scritto: Do I have to set something somewhere (that the mentioned snippets don't contain)? Or were the tab stems removed by default after version 2.12.3 (the version I'm using)? Yes, you must upgrade to 2.14 at least. But I recommend using the latest stable 2.16

Re: Guitar tab with only numbers

2012-11-12 Thread Federico Bruni
Il 12/11/2012 23:54, Noeck ha scritto: (I can't tell when that behaviour has changed.) Since 2.13.4 I remember that it happened few months after I started using LilyPond :-) commit 8f4004f8cd8c0902c5a9409a3cd75c519f22ef47 Author: Marc Hohl m...@hohlart.de Date: Fri Jul 10 10:53:06 2009

Re: whole measure, unusual time signature

2012-11-15 Thread Federico Bruni
Il 15/11/2012 20:20, Victor Eijkhout ha scritto: I'm writing a piece in 14/16, and that's not 7/8: it's counted 4+3+3+4 sixteenths. 1. Is there a way to make beaming automatically to 4-3-3-4? You find the answer here:

Re: whole measure, unusual time signature

2012-11-15 Thread Federico Bruni
Il 15/11/2012 20:20, Victor Eijkhout ha scritto: 3. I have a part (labeled mastertrack) that is completely empty except for a bunch of \mark\default and \bar .|. thingies, and that I overlay on each part. This has worked fine in the past. However, using \times 14/16 {s1} to get a whole empty

Re: convert-ly 2.17.6 does nothing

2012-11-17 Thread Federico Bruni
Il 17/11/2012 12:42, Thomas Scharkowski ha scritto: Now, I've tested it and I can't even run convert-ly from version 2.16 to 2.17.6 in frescobaldi, the Ok-button is greyed out. So there seems to be something wrong, even if I can't reproduce your findings here. Joram Hi Joram, you are right: I

Re: convert-ly 2.17.6 does nothing

2012-11-17 Thread Federico Bruni
Il 17/11/2012 13:35, Federico Bruni ha scritto: I can confirm it. I'm using the latest version of Frescobaldi, pulled from github. I've opened an issue here; https://github.com/wbsoft/frescobaldi/issues/90 BTW, I've opened also a request for modifying the way lilypond paths are entered

Re: convert-ly 2.17.6 does nothing

2012-11-17 Thread Federico Bruni
Il 17/11/2012 14:58, Noeck ha scritto: Thanks, but that's not directly the problem, because it doesn't occur with the lilypond version from the package repositories (ubuntu). So which surely points me to that one installed in /usr/bin. But the other two installations don't work. I looked at it

barré variables and TextSpanner

2012-11-18 Thread Federico Bruni
I'm currently using these simple variables to reduce the clutter in my files: barreI = \override TextSpanner #'(bound-details left text) = #B I barreII = \override TextSpanner #'(bound-details left text) = #B II barreIII = \override TextSpanner #'(bound-details left text) = #B III ... I'm

<    1   2   3   4   5   6   7   8   9   10   >