Lis Jeppesen

Lis Jeppesen (born 1956) is a Danish ballet dancer who began to dance for the Royal Danish Ballet in 1974, becoming a soloist in 1980. She has frequently been acclaimed in the title role of Giselle and has taken leading roles in Bournonville's A Folk Tale, La Sylphide and Napoli. She completed her dancing career in 1998 but has continued to take character roles.[1][2]

Biography

Born in the Vanløse district of Copenhagen on 5 April 1956, Lis Jeppesen is the daughter of the merchant Helvinn Emil Schørring J. (1915–75) and Alice Gunna Johansen (born 1919). From an early age she demonstrated her talents as a dancer, taking the role of Columbine in the Tivoli Concert Hall when she was only six years old. She entered the Royal Danish Ballet School in 1963, joined the company in 1974 and became a solo dancer in 1980.[1][2]

Her first important role was in 1974 when, just 17, she performed in Rudi van Dantzig's Monument for a Dead Boy. Politiken's critic Ebbe Mørk welcomed her "strong and sharp" performance. In 1977, she took the role of Clara in Flemming Flindt's The Nutcracker, impressing the audience with her large lively eyes.[1]

In 1979, Jeppesen starred in two major roles, taking the title roles in Erik Bruhn's Giselle and in Bounonville's La Sylphide. The following year, she was promoted to the rank of soloist, taking on a series of key roles in the 1980s, including Teresina in Napoli, Svanilda in Coppelia and Elenora in The Kermesse in Bruges.[1] Following a New York performance in June 1982, her Swanilda received special acclaim from Anna Kisselgoff of The New York Times who commented on her "tenderness and charm simply not see anywhere else" and her "puffed-cheek and wide-eyed hilarity".[3]

On 26 September 1987, Jeppesen married Jan Boris Pedersen with whom she has two children: Amalie (1987) and Mathilde (1994). In 1998, she retired from active dancing after performing for 26 years. She has since been employed as a character dancer and coach.[1][2]

Awards

In addition to earlier awards, in 1989 Jeppesen was honoured as a Knight of the Order of the Dannebrog.[1]

gollark: ```sqlnonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query) AS rank, ts_headline(fts::text, query, 'MaxWords=60') FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN -------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.79..861.06 rows=1 width=96) (actual time=35935.590..35935.594 rows=1 loops=1) -> Result (cost=860.79..874.83 rows=52 width=96) (actual time=35935.587..35935.589 rows=1 loops=1) -> Sort (cost=860.79..860.92 rows=52 width=178) (actual time=35934.109..35934.111 rows=1 loops=1) Sort Key: (ts_rank(pages.fts, query.query)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=0.25..860.53 rows=52 width=178) (actual time=444.148..35932.932 rows=349 loops=1) Join Filter: (pages.fts @@ query.query) Rows Removed by Join Filter: 10272 -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.038..0.041 rows=1 loops=1) -> Seq Scan on pages (cost=0.00..728.95 rows=10495 width=142) (actual time=10.189..289.581 rows=10621 loops=1) Planning Time: 0.184 ms Execution Time: 35935.637 ms(12 rows)```
gollark: What? Why does it say it's doing a sequential scan now? Æ all is bee.
gollark: Slower, even.
gollark: Oops, it turns out I'm accidentally sorting by it instead of the rank, but it's equally slow after fixing that.
gollark: ```nonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query), ts_headline(fts::text, query, 'MaxWords=60') AS rank FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.92..860.92 rows=1 width=96) (actual time=8506.425..8506.427 rows=1 loops=1) -> Sort (cost=860.92..861.05 rows=52 width=96) (actual time=8506.423..8506.425 rows=1 loops=1) Sort Key: (ts_headline((pages.fts)::text, query.query, 'MaxWords=60'::text)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=688.65..860.66 rows=52 width=96) (actual time=1.362..8505.403 rows=348 loops=1) -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.023..0.025 rows=1 loops=1) -> Bitmap Heap Scan on pages (cost=688.40..846.49 rows=52 width=142) (actual time=0.353..1.502 rows=348 loops=1) Recheck Cond: (fts @@ query.query) Heap Blocks: exact=231 -> Bitmap Index Scan on page_search_index (cost=0.00..688.39 rows=52 width=0) (actual time=0.320..0.320 rows=387 loops=1) Index Cond: (fts @@ query.query) Planning Time: 0.190 ms Execution Time: 8506.463 ms(13 rows)```

References

  1. Aschengreen, Erik. "Lis Jeppesen" (in Danish). Gyldendal: Dansk Biografisk Leksikon. Retrieved 13 November 2017.
  2. Middelboe Christensen, Anne. "Lis Jeppesen (1956 - )" (in Danish). Kvinfo. Retrieved 13 November 2017.
  3. Kisselgoff, Anna (23 June 1982). "Ballet: A Danish 'Coppelia' Led by Lis Jeppesen". The New York Times.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.