lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Three questions


From: Gilles QUESNE
Subject: Three questions
Date: Wed, 28 Jun 2006 21:30:58 +0200

 

Hi everybody!

I'm using lilypond version 2.8.5

I would like to know how to move the _expression_ "III. a" at the line 45 of my Text01_ExtraitProblemVoix1.ly joint


Trois questions:

Three questions:


A) Comment réduire les espaces entre:

How does we do dwindle the spaces between:

  1. l'élément '4.' et le 'e' provoqué par la commande

    item '4.' and the 'e' cause by command

subtitle = \markup { \bold 4. \super e Position } line 11 of the enclose part

2. l'élément 'III.' et le 'a' provoqué par la commande

    item 'III.' and the 'a' cause by command

_\markup { III. \super } line 25 of the enclose part


B) la commande de déplacement de la ligne 45 de la pièce jointe ne s'opère pas, s'agit-il d'un bug?

The command move in question line 45 of the enclose part dont' operate

I don't know, if it's a feature or a bug, but at least it should be
possible to
override it, which I couldn't manage to do. The following example
illustrates the same phenomenon.


C) Comment effectuer deux déplacements, indépendants,

apposées sur la même note:

How effect two moves separate affixed on the same note, fingering and number of the cello string

_d'une part, celui d'un doigté,

_d'autre part, celui de l'indication de la corde du violoncelle 'III. \super a'.


J'ai fait une démonstration des problèmes dans le fichier .ly que j'ai joint.

The following example
illustrates the same phenomenon.


Voici toutes les commandes de ce fichier.


Thank you for your patience.

\version "2.8.5"

#( ly:set-option 'point-and-click #f )

#( set-global-staff-size 35 )

\paper {

indent = 10\mm

line-width = 170\mm

}

\header {

date = # ( strftime "%d %B %Y" ( localtime ( current-time ) ) )

title = "Leçon du N° 21"

subtitle = \markup { \bold 4. \super e Position }

tagline = \markup { \fontsize #-4 { "Edition du" \date

# ( ly:export ( string-append "Music engraving by LilyPond version "

( lilypond-version ) ) )

\with-url #"http://www.lilypond.org" "- www.lilypond.org" } } }

{

\clef bass

\key c \major

\time 4/4


e,2 c_4 |

b,2 a,4 ( b, ) |

c2

%%% Aucun déplacement n'est imposé, présence d'une collision.

e4-3 _\markup { III. \super a }

( c'-4 _\markup { II. \super a } ) |

b2-3 a4-1 ( b ) |

%%5

c'2-4 c, |

\bar "|." \break

e,2 c_4 |

b,2 a,4 ( b, ) |

c2

%%% Résolution de la collision par le déplacement de 'II. \super a' vers le haut.

e4-3 _\markup { III. \super a }

( c'-4 ^\markup { II. \super a } ) |

b2-3 a4-1 ( b ) |

%%10

c'2-4 c, |

\bar "|." \break

e,2 c_4 |

b,2 a,4 ( b, ) |

c2

%%% Commande du déplacement de 'III.\super a'. Cette commande est ignorée, s'agit-il d'un bug?

\once \override TextScript #'extra-offset = #' ( -1. 5. 1.0 ) e4-3 _\markup { III. \super a }

( c'-4 ^\markup { II. \super a } ) |

b2-3 a4-1 ( b ) |

%%15

c'2-4 c, |

\bar "|." \break

e,2 c_4 |

b,2 a,4 ( b, ) |

c2

%%% Déplacement du 'doigté': qui se produit effectivement.

\once \override Fingering #'extra-offset = #'(-0.3 . -1.8) e4-3 _\markup { III. \super a }

( c'-4 ^\markup { II. \super a } ) |

b2-3 a4-1 ( b ) |

%%20

c'2-4 c, |

\bar "|."

}

Gilles Quesne

address@hidden

Attachment: Text01_ExtraitProblemVoix1.ly
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]