Fingerings in extra Voice?

2006-06-16 Thread Felix Hammer
Hi @all To organize an larger piece of music, i tried to put the fingering-instructions for violin-part in an extra voice like this: fingeringsI = { s1*7 s4-1 s s-4 s s4-1 s s2-3 s2-2 s4-4 s-3 [...] } in \score i tried to merge violin-part and fingerings like

Re: Fingerings in extra Voice?

2006-06-16 Thread Felix Hammer
Am Freitag, 16. Juni 2006 23:03 schrieb Mats Bengtsson: Try to put them in the same Voice context: \new Voice \violinPartI \fingeringsI /Mats Much thanks. That works. Felix ___ lilypond-user mailing list lilypond-user@gnu.org

part of chordname in brackets?

2006-01-29 Thread Felix Hammer
Hello Is it possible to print a part of a chorname in round brackets? I want to have something like this: Bb7(b9) I tried this: bes:7.(9-) and bes:7(.9-) but it doesnt work. Can anybody help me? Felix

Re: small notes without small key? [Bug?]

2006-01-25 Thread Felix Hammer
Am Mittwoch, 25. Januar 2006 06:14 schrieben Sie: Felix Hammer wrote: I have tried \key c \major \time 19/1 \set Staff.fontSize = #-5 \override KeySignature #'font-size = #+1 g1 a b \set Staff.fontSize = #+1 c1 d e f g a b c d e f g a b c

Re: small notes without small key? [Bug?]

2006-01-25 Thread Felix Hammer
Am Mittwoch, 25. Januar 2006 11:55 schrieb Mats Bengtsson: Are you sure that you mean key signature? In C major, you don't see the key signature, right. Maybe you mean time signature, so you should set the property on the TimeSignature object. Secondly, read carefully at Sect. 9.2.2

small notes without small key?

2006-01-24 Thread Felix Hammer
Hello I tried to decrease the size of some notes with \score [ \new Staff { \relative c' { \clef treble \key c \major \time 19/1 \set Staff.fontSize = #-5 g1 a b \set Staff.fontSize = #+1 c1 d e f g a b c d e f g a b c \bar |. Now i have the Problem

Re: markup free positioning?

2006-01-23 Thread Felix Hammer
Am Sonntag, 22. Januar 2006 21:24 schrieb Han-Wen Nienhuys: Please keep discussion on the list. try #(def-markup-command (with-dimensions layout props x y arg) (number-pair? number-pair? markup?) Set the dimensions of @var{arg} to @var{x} and @var{y}. (let* ((m (interpret-markup

automatic new-line break in \markup?

2006-01-23 Thread Felix Hammer
Hallo Is there any possibility to make automatic newline-breaks in a longer text in \markup after may be 16 \cm? Felix ___ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

automatic new-line break in \markup?

2006-01-23 Thread Felix Hammer
Hallo Is there any possibility to make automatic newline-breaks in a longer text in \markup after may be 16 \cm? Felix ___ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

\once space between scores without lilypond-book?

2006-01-22 Thread Felix Hammer
Hi I also look for an chance to put some space between to \scores without using latex. until now i did it so: \end{lilypond} \vspace{5mm}\\ \begin[indent=0\cm,staffsize=18,linewidth=185\mm]{lilypond} But now i have tried: _ \version 2.6.4 \book { \score

Re: markup free positioning?

2006-01-22 Thread Felix Hammer
Am Sonntag, 22. Januar 2006 15:42 schrieben Sie: Why don't you put them in the same \markup ? \markup { abc \translate #'(something) hij } and translate to make hij overlap with abc? thx. that works also like \combine and \translate. But how to do with \markup and \score to get the

Re: markup free positioning?

2006-01-22 Thread Felix Hammer
Hello Graham thx for answer. Really?! I don't think that we check for text collisions. You can't get them to overlap, even using \markup { \translate x foo } ? (see Overview of text markup commands) No i cant :( i tried this example today: _ \version

Re: markup free positioning?

2006-01-22 Thread Felix Hammer
Am Sonntag, 22. Januar 2006 16:33 schrieben Sie: One obvious possibility is to attach the markup to some note in the score and then use \once \override TextScript #'extra-offset = (20 . 40 ) or whatever, to determine how it should be displaced relative to the default position. /Mats Yes

Re: markup free positioning?

2006-01-22 Thread Felix Hammer
Am Sonntag, 22. Januar 2006 21:24 schrieben Sie: #(def-markup-command (with-dimensions layout props x y arg) (number-pair? number-pair? markup?)    Set the dimensions of @var{arg} to @var{x} and @var{y}.    (let* ((m (interpret-markup layout props arg)))      (ly:make-stencil

Re: markup free positioning?

2006-01-22 Thread Felix Hammer
Am Sonntag, 22. Januar 2006 15:42 schrieben Sie: Why don't you put them in the same \markup ? \markup { abc \translate #'(something) hij } and translate to make hij overlap with abc? thx. that works also like \combine and \translate. But how to do with \markup and \score to get the

Re: \once space between scores without lilypond-book?

2006-01-22 Thread Felix Hammer
Am Sonntag, 22. Januar 2006 21:58 schrieb Mats Bengtsson: One method is to add a title to the second score, with a empty piece field that takes some space. a empty piece field make the same space as a empty \markup here on my machine. So its also to much space. Another option is to convince

Re: markup free positioning?

2006-01-22 Thread Felix Hammer
Hello Graham thx for answer. Really?! I don't think that we check for text collisions. You can't get them to overlap, even using \markup { \translate x foo } ? (see Overview of text markup commands) No i cant :( i tried this example today: _ \version

markup free positioning?

2006-01-21 Thread Felix Hammer
Hello I want to know of there is an option to positioning a \markup text completly free on the paper? \book { \markup { abc } \score { d4 e f g } \markup { hij } } For example. I want to place hij above abc or overlap abc. Or i want

less space between TimeSignature and first note

2006-01-13 Thread Felix Hammer
Hello I typed Handel Violin-Sonata with Lilypond. I have a little but annoying Problem with the space between the TimeSignature and the first note in the PianoStaff. There is no problem If i compile the ViolinStaff alone. Here is a demo of the problem:

ignore \break \noBreak \noPageBreak commands for the score

2005-12-14 Thread Felix Hammer
for printing the score. But now i have to do all changes for violin in to files :( Is there an option to ignore \break ... commands from the violin-part to print the score? greeings Felix Hammer ___ lilypond-user mailing list lilypond-user@gnu.org

Re: ignore \break \noBreak \noPageBreak commands for the score

2005-12-14 Thread Felix Hammer
Am Mittwoch, 14. Dezember 2005 19:33 schrieb Graham Percival: On 14-Dec-05, at 3:33 AM, Felix Hammer wrote: Is there an option to ignore \break ... commands from the violin-part to print the score? Use \tag. See multiple editions from the same source. Cheers, - Graham much thx

\set staffSize like \set fontSize?

2004-06-16 Thread Felix Hammer
Hello I tried to do following. i have a system with two staffs. It should be a violin-duo. the first staff should be bigger (staffsize) as the other staff an should have bigger notes (fontsize). as you can see i set the fontsize with \set fontSize = #+3. But i cannot set the staff-size the